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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33352",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33350",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33351,
    "results": [
        {
            "start": 971461533,
            "stop": 971461544
        },
        {
            "start": 971461547,
            "stop": 971461548
        },
        {
            "start": 971461551,
            "stop": 971461558
        },
        {
            "start": 971461561,
            "stop": 971461569
        },
        {
            "start": 971461572,
            "stop": 971461576
        },
        {
            "start": 971461696,
            "stop": 971461701
        },
        {
            "start": 971461704,
            "stop": 971461706
        },
        {
            "start": 971461710,
            "stop": 971461860
        },
        {
            "start": 971461863,
            "stop": 971461917
        },
        {
            "start": 971461920,
            "stop": 971462013
        },
        {
            "start": 971462018,
            "stop": 971462076
        },
        {
            "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
        }
    ]
}