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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2480",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2478",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2479,
    "results": [
        {
            "start": 875005450,
            "stop": 875007300
        },
        {
            "start": 875007420,
            "stop": 875014790
        },
        {
            "start": 875014870,
            "stop": 875014920
        },
        {
            "start": 875015040,
            "stop": 875016180
        },
        {
            "start": 875016240,
            "stop": 875016300
        },
        {
            "start": 875016420,
            "stop": 875016480
        },
        {
            "start": 875016720,
            "stop": 875016900
        },
        {
            "start": 875017440,
            "stop": 875017680
        },
        {
            "start": 875017740,
            "stop": 875019151
        },
        {
            "start": 875019158,
            "stop": 875019291
        },
        {
            "start": 875019298,
            "stop": 875019300
        },
        {
            "start": 875019360,
            "stop": 875019574
        },
        {
            "start": 875019581,
            "stop": 875019853
        },
        {
            "start": 875019860,
            "stop": 875019863
        },
        {
            "start": 875019872,
            "stop": 875019954
        },
        {
            "start": 875019963,
            "stop": 875019965
        },
        {
            "start": 875019973,
            "stop": 875020140
        },
        {
            "start": 875020200,
            "stop": 875020295
        },
        {
            "start": 875020302,
            "stop": 875020395
        },
        {
            "start": 875020403,
            "stop": 875020560
        }
    ]
}