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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=418",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=416",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 417,
    "results": [
        {
            "start": 869528422,
            "stop": 869535318
        },
        {
            "start": 869537422,
            "stop": 869540499
        },
        {
            "start": 869541031,
            "stop": 869541290
        },
        {
            "start": 869541400,
            "stop": 869541740
        },
        {
            "start": 869542227,
            "stop": 869544030
        },
        {
            "start": 869544113,
            "stop": 869557731
        },
        {
            "start": 869557750,
            "stop": 869572920
        },
        {
            "start": 869572993,
            "stop": 869579802
        },
        {
            "start": 869579826,
            "stop": 869579829
        },
        {
            "start": 869579851,
            "stop": 869580060
        },
        {
            "start": 869580120,
            "stop": 869581020
        },
        {
            "start": 869581041,
            "stop": 869583420
        },
        {
            "start": 869583995,
            "stop": 869584942
        },
        {
            "start": 869584963,
            "stop": 869588459
        },
        {
            "start": 869588502,
            "stop": 869590330
        },
        {
            "start": 869590349,
            "stop": 869595592
        },
        {
            "start": 869595613,
            "stop": 869596260
        },
        {
            "start": 869596320,
            "stop": 869598907
        },
        {
            "start": 869598925,
            "stop": 869600550
        },
        {
            "start": 869600889,
            "stop": 869601217
        }
    ]
}