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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=653",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=651",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 652,
    "results": [
        {
            "start": 854924305,
            "stop": 854926230
        },
        {
            "start": 854926801,
            "stop": 854987970
        },
        {
            "start": 854988720,
            "stop": 855004891
        },
        {
            "start": 855005484,
            "stop": 855005657
        },
        {
            "start": 855005675,
            "stop": 855011517
        },
        {
            "start": 855012214,
            "stop": 855016390
        },
        {
            "start": 855016407,
            "stop": 855030870
        },
        {
            "start": 855031544,
            "stop": 855067819
        },
        {
            "start": 855067844,
            "stop": 855086943
        },
        {
            "start": 855088216,
            "stop": 855101610
        },
        {
            "start": 855101670,
            "stop": 855120335
        },
        {
            "start": 855120655,
            "stop": 855120892
        },
        {
            "start": 855121596,
            "stop": 855121822
        },
        {
            "start": 855122533,
            "stop": 855122546
        },
        {
            "start": 855123003,
            "stop": 855152162
        },
        {
            "start": 855152180,
            "stop": 855158556
        },
        {
            "start": 855159802,
            "stop": 855173043
        },
        {
            "start": 855173061,
            "stop": 855199350
        },
        {
            "start": 855199410,
            "stop": 855199430
        },
        {
            "start": 855199941,
            "stop": 855220470
        }
    ]
}