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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=31",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 32,
    "results": [
        {
            "start": 818957902,
            "stop": 818957984
        },
        {
            "start": 818958932,
            "stop": 818963158
        },
        {
            "start": 818963212,
            "stop": 818984421
        },
        {
            "start": 818984432,
            "stop": 818984433
        },
        {
            "start": 818984634,
            "stop": 818986861
        },
        {
            "start": 818987272,
            "stop": 818992488
        },
        {
            "start": 818999340,
            "stop": 818999580
        },
        {
            "start": 819000124,
            "stop": 819000166
        },
        {
            "start": 819000167,
            "stop": 819003657
        },
        {
            "start": 819004251,
            "stop": 819007896
        },
        {
            "start": 819008069,
            "stop": 819009136
        },
        {
            "start": 819009184,
            "stop": 819012989
        },
        {
            "start": 819013030,
            "stop": 819013031
        },
        {
            "start": 819014070,
            "stop": 819020019
        },
        {
            "start": 819020069,
            "stop": 819030305
        },
        {
            "start": 819031354,
            "stop": 819031387
        },
        {
            "start": 819031393,
            "stop": 819035493
        },
        {
            "start": 819035730,
            "stop": 819036781
        },
        {
            "start": 819036935,
            "stop": 819036937
        },
        {
            "start": 819036964,
            "stop": 819036965
        }
    ]
}