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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=153",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 154,
    "results": [
        {
            "start": 818732264,
            "stop": 818732265
        },
        {
            "start": 818732285,
            "stop": 818732288
        },
        {
            "start": 818732298,
            "stop": 818732303
        },
        {
            "start": 818732375,
            "stop": 818732386
        },
        {
            "start": 818732398,
            "stop": 818732401
        },
        {
            "start": 818732432,
            "stop": 818732437
        },
        {
            "start": 818732470,
            "stop": 818732526
        },
        {
            "start": 818732535,
            "stop": 818732552
        },
        {
            "start": 818732575,
            "stop": 818732623
        },
        {
            "start": 818732631,
            "stop": 818732639
        },
        {
            "start": 818732652,
            "stop": 818732656
        },
        {
            "start": 818732667,
            "stop": 818732719
        },
        {
            "start": 818732727,
            "stop": 818732729
        },
        {
            "start": 818732742,
            "stop": 818732764
        },
        {
            "start": 818732773,
            "stop": 818732779
        },
        {
            "start": 818732788,
            "stop": 818732800
        },
        {
            "start": 818732808,
            "stop": 818732817
        },
        {
            "start": 818732830,
            "stop": 818732832
        },
        {
            "start": 818732840,
            "stop": 818732851
        },
        {
            "start": 818732862,
            "stop": 818732869
        }
    ]
}