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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14161",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14162,
    "results": [
        {
            "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
        },
        {
            "start": 971165740,
            "stop": 971165743
        },
        {
            "start": 971165744,
            "stop": 971165745
        },
        {
            "start": 971165749,
            "stop": 971165752
        },
        {
            "start": 971165753,
            "stop": 971165756
        },
        {
            "start": 971165757,
            "stop": 971165762
        },
        {
            "start": 971165763,
            "stop": 971165764
        },
        {
            "start": 971165766,
            "stop": 971165769
        },
        {
            "start": 971165772,
            "stop": 971165777
        },
        {
            "start": 971165781,
            "stop": 971165785
        },
        {
            "start": 971165786,
            "stop": 971165790
        },
        {
            "start": 971165792,
            "stop": 971165795
        }
    ]
}