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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=345",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 346,
    "results": [
        {
            "start": 874318403,
            "stop": 874340680
        },
        {
            "start": 874341390,
            "stop": 874342400
        },
        {
            "start": 874342587,
            "stop": 874347672
        },
        {
            "start": 874348852,
            "stop": 874349484
        },
        {
            "start": 874350418,
            "stop": 874352463
        },
        {
            "start": 874355523,
            "stop": 874360393
        },
        {
            "start": 874362690,
            "stop": 874424651
        },
        {
            "start": 874424654,
            "stop": 874436605
        },
        {
            "start": 874438904,
            "stop": 874439970
        },
        {
            "start": 874440353,
            "stop": 874464192
        },
        {
            "start": 874464194,
            "stop": 874478542
        },
        {
            "start": 874479060,
            "stop": 874501217
        },
        {
            "start": 874502348,
            "stop": 874502488
        },
        {
            "start": 874502788,
            "stop": 874513800
        },
        {
            "start": 874515038,
            "stop": 874524619
        },
        {
            "start": 874524919,
            "stop": 874526304
        },
        {
            "start": 874526414,
            "stop": 874528453
        },
        {
            "start": 874528753,
            "stop": 874530041
        },
        {
            "start": 874530341,
            "stop": 874530389
        },
        {
            "start": 874530499,
            "stop": 874530977
        }
    ]
}