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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=228",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 229,
    "results": [
        {
            "start": 817816183,
            "stop": 817816197
        },
        {
            "start": 817816201,
            "stop": 817816311
        },
        {
            "start": 817816331,
            "stop": 817816351
        },
        {
            "start": 817816377,
            "stop": 817816405
        },
        {
            "start": 817816520,
            "stop": 817816545
        },
        {
            "start": 817816549,
            "stop": 817816556
        },
        {
            "start": 817816706,
            "stop": 817816707
        },
        {
            "start": 817816714,
            "stop": 817816739
        },
        {
            "start": 817816840,
            "stop": 817816847
        },
        {
            "start": 817853810,
            "stop": 817853812
        },
        {
            "start": 817853841,
            "stop": 817853893
        },
        {
            "start": 817854063,
            "stop": 817854078
        },
        {
            "start": 817854242,
            "stop": 817854247
        },
        {
            "start": 817854301,
            "stop": 817854303
        },
        {
            "start": 817854359,
            "stop": 817854379
        },
        {
            "start": 817854623,
            "stop": 817854638
        },
        {
            "start": 817854688,
            "stop": 817854699
        },
        {
            "start": 817854720,
            "stop": 817854757
        },
        {
            "start": 817854785,
            "stop": 817854806
        },
        {
            "start": 817854810,
            "stop": 817854816
        }
    ]
}