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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15729",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15727",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15728,
    "results": [
        {
            "start": 971165607,
            "stop": 971165611
        },
        {
            "start": 971165616,
            "stop": 971165617
        },
        {
            "start": 971165618,
            "stop": 971165627
        },
        {
            "start": 971165631,
            "stop": 971165632
        },
        {
            "start": 971165634,
            "stop": 971165638
        },
        {
            "start": 971165641,
            "stop": 971165642
        },
        {
            "start": 971165644,
            "stop": 971165651
        },
        {
            "start": 971165652,
            "stop": 971165653
        },
        {
            "start": 971165655,
            "stop": 971165659
        },
        {
            "start": 971165663,
            "stop": 971165667
        },
        {
            "start": 971165669,
            "stop": 971165672
        },
        {
            "start": 971165676,
            "stop": 971165681
        },
        {
            "start": 971165684,
            "stop": 971165685
        },
        {
            "start": 971165686,
            "stop": 971165687
        },
        {
            "start": 971165691,
            "stop": 971165693
        },
        {
            "start": 971165696,
            "stop": 971165701
        },
        {
            "start": 971165706,
            "stop": 971165712
        },
        {
            "start": 971165716,
            "stop": 971165717
        },
        {
            "start": 971165726,
            "stop": 971165730
        },
        {
            "start": 971165732,
            "stop": 971165737
        }
    ]
}