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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=81",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 82,
    "results": [
        {
            "start": 818009520,
            "stop": 818009580
        },
        {
            "start": 818009640,
            "stop": 818010300
        },
        {
            "start": 818010420,
            "stop": 818010660
        },
        {
            "start": 818010720,
            "stop": 818010840
        },
        {
            "start": 818010900,
            "stop": 818010960
        },
        {
            "start": 818011020,
            "stop": 818011080
        },
        {
            "start": 818011140,
            "stop": 818011200
        },
        {
            "start": 818011260,
            "stop": 818011320
        },
        {
            "start": 818011380,
            "stop": 818011440
        },
        {
            "start": 818011560,
            "stop": 818011800
        },
        {
            "start": 818011860,
            "stop": 818012227
        },
        {
            "start": 818030252,
            "stop": 818031350
        },
        {
            "start": 818031430,
            "stop": 818032320
        },
        {
            "start": 818032450,
            "stop": 818032560
        },
        {
            "start": 818032680,
            "stop": 818033580
        },
        {
            "start": 818033640,
            "stop": 818033880
        },
        {
            "start": 818033940,
            "stop": 818034368
        },
        {
            "start": 818035322,
            "stop": 818036519
        },
        {
            "start": 818036523,
            "stop": 818037013
        },
        {
            "start": 818037193,
            "stop": 818040360
        }
    ]
}