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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=263",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 264,
    "results": [
        {
            "start": 849208834,
            "stop": 849208910
        },
        {
            "start": 849208976,
            "stop": 849209052
        },
        {
            "start": 849209191,
            "stop": 849213013
        },
        {
            "start": 849214043,
            "stop": 849214753
        },
        {
            "start": 849216664,
            "stop": 849227806
        },
        {
            "start": 849227844,
            "stop": 849248215
        },
        {
            "start": 849249880,
            "stop": 849300013
        },
        {
            "start": 849300029,
            "stop": 849300030
        },
        {
            "start": 849306121,
            "stop": 849369717
        },
        {
            "start": 849402005,
            "stop": 849414197
        },
        {
            "start": 849414573,
            "stop": 849427453
        },
        {
            "start": 849429441,
            "stop": 849443401
        },
        {
            "start": 849445538,
            "stop": 849460119
        },
        {
            "start": 849460242,
            "stop": 849463511
        },
        {
            "start": 849463638,
            "stop": 849464149
        },
        {
            "start": 849464210,
            "stop": 849465599
        },
        {
            "start": 849465637,
            "stop": 849470593
        },
        {
            "start": 849471557,
            "stop": 849471607
        },
        {
            "start": 849471631,
            "stop": 849471678
        },
        {
            "start": 849473446,
            "stop": 849479897
        }
    ]
}