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=2285
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=2286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2284",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2285,
    "results": [
        {
            "start": 873801346,
            "stop": 873803444
        },
        {
            "start": 873803463,
            "stop": 873806364
        },
        {
            "start": 873806381,
            "stop": 873807415
        },
        {
            "start": 873807432,
            "stop": 873808289
        },
        {
            "start": 873808307,
            "stop": 873808620
        },
        {
            "start": 873808637,
            "stop": 873810300
        },
        {
            "start": 873810420,
            "stop": 873810831
        },
        {
            "start": 873810850,
            "stop": 873811007
        },
        {
            "start": 873811026,
            "stop": 873811041
        },
        {
            "start": 873811060,
            "stop": 873811205
        },
        {
            "start": 873811224,
            "stop": 873811383
        },
        {
            "start": 873811402,
            "stop": 873811469
        },
        {
            "start": 873811488,
            "stop": 873811594
        },
        {
            "start": 873811614,
            "stop": 873811984
        },
        {
            "start": 873812306,
            "stop": 873812572
        },
        {
            "start": 873812578,
            "stop": 873812723
        },
        {
            "start": 873812757,
            "stop": 873813134
        },
        {
            "start": 873813151,
            "stop": 873813285
        },
        {
            "start": 873813304,
            "stop": 873813319
        },
        {
            "start": 873813344,
            "stop": 873813371
        }
    ]
}