Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=734
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=733",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 734,
    "results": [
        {
            "start": 854920868,
            "stop": 854923832
        },
        {
            "start": 854924305,
            "stop": 854926230
        },
        {
            "start": 854926801,
            "stop": 854987970
        },
        {
            "start": 854988030,
            "stop": 854988033
        },
        {
            "start": 854988720,
            "stop": 855004899
        },
        {
            "start": 855005484,
            "stop": 855005665
        },
        {
            "start": 855005667,
            "stop": 855011525
        },
        {
            "start": 855011528,
            "stop": 855011529
        },
        {
            "start": 855012214,
            "stop": 855016398
        },
        {
            "start": 855016399,
            "stop": 855030870
        },
        {
            "start": 855031544,
            "stop": 855067827
        },
        {
            "start": 855067828,
            "stop": 855067829
        },
        {
            "start": 855067831,
            "stop": 855067834
        },
        {
            "start": 855067836,
            "stop": 855086951
        },
        {
            "start": 855086952,
            "stop": 855086958
        },
        {
            "start": 855088216,
            "stop": 855101610
        },
        {
            "start": 855101670,
            "stop": 855120335
        },
        {
            "start": 855120655,
            "stop": 855120892
        },
        {
            "start": 855121596,
            "stop": 855121822
        },
        {
            "start": 855122533,
            "stop": 855122546
        }
    ]
}