Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=116
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=115",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 116,
    "results": [
        {
            "start": 845157941,
            "stop": 845158699
        },
        {
            "start": 845159036,
            "stop": 845162619
        },
        {
            "start": 845162799,
            "stop": 845222964
        },
        {
            "start": 845232755,
            "stop": 845238289
        },
        {
            "start": 845312859,
            "stop": 845318186
        },
        {
            "start": 845318694,
            "stop": 845321055
        },
        {
            "start": 845321437,
            "stop": 845325531
        },
        {
            "start": 845325679,
            "stop": 845329975
        },
        {
            "start": 845330997,
            "stop": 845377242
        },
        {
            "start": 845381950,
            "stop": 845398965
        },
        {
            "start": 845411788,
            "stop": 845421384
        },
        {
            "start": 845435003,
            "stop": 845447033
        },
        {
            "start": 845448750,
            "stop": 845483875
        },
        {
            "start": 845484261,
            "stop": 845486783
        },
        {
            "start": 845486875,
            "stop": 845503701
        },
        {
            "start": 845503807,
            "stop": 845504073
        },
        {
            "start": 845510815,
            "stop": 845540431
        },
        {
            "start": 845542958,
            "stop": 845570176
        },
        {
            "start": 845579083,
            "stop": 845579234
        },
        {
            "start": 845580026,
            "stop": 845587972
        }
    ]
}