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/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3752
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3753",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3751",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3752,
    "results": [
        {
            "start": 971462084,
            "stop": 971462281
        },
        {
            "start": 971462284,
            "stop": 971462296
        },
        {
            "start": 971462540,
            "stop": 971462553
        },
        {
            "start": 971502047,
            "stop": 971502086
        },
        {
            "start": 971502089,
            "stop": 971502098
        },
        {
            "start": 971502101,
            "stop": 971502119
        },
        {
            "start": 971502123,
            "stop": 971502138
        },
        {
            "start": 971502143,
            "stop": 971502211
        },
        {
            "start": 971502214,
            "stop": 971502348
        },
        {
            "start": 971502351,
            "stop": 971502645
        },
        {
            "start": 971502648,
            "stop": 971502663
        },
        {
            "start": 971502666,
            "stop": 971502707
        },
        {
            "start": 971502717,
            "stop": 971502861
        },
        {
            "start": 971502864,
            "stop": 971502907
        },
        {
            "start": 971502913,
            "stop": 971502960
        },
        {
            "start": 971502964,
            "stop": 971503013
        },
        {
            "start": 971503016,
            "stop": 971503063
        },
        {
            "start": 971503066,
            "stop": 971503175
        },
        {
            "start": 971503178,
            "stop": 971503291
        },
        {
            "start": 971503295,
            "stop": 971503376
        }
    ]
}