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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=11",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 12,
    "results": [
        {
            "start": 816232108,
            "stop": 816232113
        },
        {
            "start": 816232122,
            "stop": 816232246
        },
        {
            "start": 816232270,
            "stop": 816232308
        },
        {
            "start": 816232315,
            "stop": 816232316
        },
        {
            "start": 816232320,
            "stop": 816232325
        },
        {
            "start": 816232329,
            "stop": 816232446
        },
        {
            "start": 816232458,
            "stop": 816232535
        },
        {
            "start": 816232543,
            "stop": 816232575
        },
        {
            "start": 816232583,
            "stop": 816232658
        },
        {
            "start": 816232669,
            "stop": 816232675
        },
        {
            "start": 816232682,
            "stop": 816232684
        },
        {
            "start": 816232691,
            "stop": 816232764
        },
        {
            "start": 816232772,
            "stop": 816232777
        },
        {
            "start": 816232787,
            "stop": 816232826
        },
        {
            "start": 816232834,
            "stop": 816232838
        },
        {
            "start": 816232852,
            "stop": 816232855
        },
        {
            "start": 816232863,
            "stop": 816232886
        },
        {
            "start": 816232894,
            "stop": 816232896
        },
        {
            "start": 816232903,
            "stop": 816232916
        },
        {
            "start": 816232923,
            "stop": 816232999
        }
    ]
}