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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=239",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 240,
    "results": [
        {
            "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": 817816998,
            "stop": 817817033
        },
        {
            "start": 817853810,
            "stop": 817853812
        },
        {
            "start": 817853841,
            "stop": 817853893
        },
        {
            "start": 817853942,
            "stop": 817853973
        },
        {
            "start": 817853977,
            "stop": 817853980
        },
        {
            "start": 817853983,
            "stop": 817854006
        },
        {
            "start": 817854026,
            "stop": 817854032
        },
        {
            "start": 817854036,
            "stop": 817854044
        },
        {
            "start": 817854063,
            "stop": 817854078
        },
        {
            "start": 817854242,
            "stop": 817854247
        },
        {
            "start": 817854301,
            "stop": 817854303
        },
        {
            "start": 817854359,
            "stop": 817854379
        },
        {
            "start": 817854623,
            "stop": 817854638
        },
        {
            "start": 817854688,
            "stop": 817854699
        }
    ]
}