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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10102",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10103,
    "results": [
        {
            "start": 873357934,
            "stop": 873358061
        },
        {
            "start": 873358068,
            "stop": 873359079
        },
        {
            "start": 873359086,
            "stop": 873359332
        },
        {
            "start": 873359339,
            "stop": 873359552
        },
        {
            "start": 873359559,
            "stop": 873359732
        },
        {
            "start": 873359749,
            "stop": 873359776
        },
        {
            "start": 873359958,
            "stop": 873360059
        },
        {
            "start": 873360070,
            "stop": 873360116
        },
        {
            "start": 873360460,
            "stop": 873360594
        },
        {
            "start": 873360914,
            "stop": 873361038
        },
        {
            "start": 873361220,
            "stop": 873361293
        },
        {
            "start": 873361301,
            "stop": 873361934
        },
        {
            "start": 873361941,
            "stop": 873362041
        },
        {
            "start": 873362048,
            "stop": 873362053
        },
        {
            "start": 873362070,
            "stop": 873362157
        },
        {
            "start": 873362164,
            "stop": 873362396
        },
        {
            "start": 873362403,
            "stop": 873362534
        },
        {
            "start": 873362541,
            "stop": 873362651
        },
        {
            "start": 873362659,
            "stop": 873362821
        },
        {
            "start": 873362829,
            "stop": 873362951
        }
    ]
}