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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=182",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 183,
    "results": [
        {
            "start": 818169693,
            "stop": 818169696
        },
        {
            "start": 818169701,
            "stop": 818169702
        },
        {
            "start": 818169707,
            "stop": 818169708
        },
        {
            "start": 818169711,
            "stop": 818169715
        },
        {
            "start": 818169721,
            "stop": 818169724
        },
        {
            "start": 818169727,
            "stop": 818169741
        },
        {
            "start": 818169751,
            "stop": 818169757
        },
        {
            "start": 818169766,
            "stop": 818169767
        },
        {
            "start": 818169779,
            "stop": 818169782
        },
        {
            "start": 818169788,
            "stop": 818169794
        },
        {
            "start": 818169799,
            "stop": 818169803
        },
        {
            "start": 818169816,
            "stop": 818169818
        },
        {
            "start": 818169844,
            "stop": 818169845
        },
        {
            "start": 818169854,
            "stop": 818169855
        },
        {
            "start": 818169871,
            "stop": 818169880
        },
        {
            "start": 818169914,
            "stop": 818169920
        },
        {
            "start": 818169926,
            "stop": 818169927
        },
        {
            "start": 818169935,
            "stop": 818169939
        },
        {
            "start": 818169943,
            "stop": 818169947
        },
        {
            "start": 818169950,
            "stop": 818169952
        }
    ]
}