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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=87",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 88,
    "results": [
        {
            "start": 824413862,
            "stop": 824413863
        },
        {
            "start": 824413993,
            "stop": 824417413
        },
        {
            "start": 824417435,
            "stop": 824417437
        },
        {
            "start": 824417773,
            "stop": 824418013
        },
        {
            "start": 824418067,
            "stop": 824418070
        },
        {
            "start": 824452200,
            "stop": 824454240
        },
        {
            "start": 824455711,
            "stop": 824490396
        },
        {
            "start": 824491365,
            "stop": 824494633
        },
        {
            "start": 824494678,
            "stop": 824494679
        },
        {
            "start": 824494828,
            "stop": 824499913
        },
        {
            "start": 824499951,
            "stop": 824499952
        },
        {
            "start": 824500072,
            "stop": 824501293
        },
        {
            "start": 824501309,
            "stop": 824501310
        },
        {
            "start": 824501364,
            "stop": 824502052
        },
        {
            "start": 824505283,
            "stop": 824511306
        },
        {
            "start": 824521701,
            "stop": 824567167
        },
        {
            "start": 824596147,
            "stop": 824596571
        },
        {
            "start": 824599275,
            "stop": 824604234
        },
        {
            "start": 824607207,
            "stop": 824607632
        },
        {
            "start": 824611030,
            "stop": 824612810
        }
    ]
}