Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=198
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=197",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 198,
    "results": [
        {
            "start": 851389234,
            "stop": 851395786
        },
        {
            "start": 851396431,
            "stop": 851399737
        },
        {
            "start": 851401048,
            "stop": 851408076
        },
        {
            "start": 851408761,
            "stop": 851464237
        },
        {
            "start": 851468405,
            "stop": 851513365
        },
        {
            "start": 851515688,
            "stop": 851519979
        },
        {
            "start": 851521894,
            "stop": 851522130
        },
        {
            "start": 851522744,
            "stop": 851626602
        },
        {
            "start": 851626604,
            "stop": 851644588
        },
        {
            "start": 851645177,
            "stop": 851646538
        },
        {
            "start": 851647256,
            "stop": 851660161
        },
        {
            "start": 851663480,
            "stop": 851665959
        },
        {
            "start": 851669590,
            "stop": 851670368
        },
        {
            "start": 851671008,
            "stop": 851674084
        },
        {
            "start": 851677733,
            "stop": 851698022
        },
        {
            "start": 851699586,
            "stop": 851729468
        },
        {
            "start": 851730398,
            "stop": 851778312
        },
        {
            "start": 851782100,
            "stop": 851784595
        },
        {
            "start": 851784597,
            "stop": 851784614
        },
        {
            "start": 851785259,
            "stop": 851785355
        }
    ]
}