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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5102",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5103,
    "results": [
        {
            "start": 874660337,
            "stop": 874660346
        },
        {
            "start": 874660353,
            "stop": 874660411
        },
        {
            "start": 874660418,
            "stop": 874660426
        },
        {
            "start": 874660437,
            "stop": 874660446
        },
        {
            "start": 874660453,
            "stop": 874660505
        },
        {
            "start": 874660516,
            "stop": 874660569
        },
        {
            "start": 874660576,
            "stop": 874660741
        },
        {
            "start": 874660748,
            "stop": 874660803
        },
        {
            "start": 874660810,
            "stop": 874660975
        },
        {
            "start": 874660987,
            "stop": 874661149
        },
        {
            "start": 874661156,
            "stop": 874661181
        },
        {
            "start": 874661188,
            "stop": 874661226
        },
        {
            "start": 874661233,
            "stop": 874661461
        },
        {
            "start": 874661469,
            "stop": 874661526
        },
        {
            "start": 874661533,
            "stop": 874661558
        },
        {
            "start": 874661566,
            "stop": 874661580
        },
        {
            "start": 874661587,
            "stop": 874661949
        },
        {
            "start": 874661956,
            "stop": 874662143
        },
        {
            "start": 874662155,
            "stop": 874662193
        },
        {
            "start": 874662200,
            "stop": 874662415
        }
    ]
}