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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5026",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5024",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5025,
    "results": [
        {
            "start": 874561713,
            "stop": 874561749
        },
        {
            "start": 874561757,
            "stop": 874561761
        },
        {
            "start": 874561768,
            "stop": 874561777
        },
        {
            "start": 874561784,
            "stop": 874561851
        },
        {
            "start": 874561858,
            "stop": 874561866
        },
        {
            "start": 874561873,
            "stop": 874561912
        },
        {
            "start": 874561922,
            "stop": 874561928
        },
        {
            "start": 874561935,
            "stop": 874562062
        },
        {
            "start": 874562073,
            "stop": 874562088
        },
        {
            "start": 874562095,
            "stop": 874562145
        },
        {
            "start": 874562152,
            "stop": 874562171
        },
        {
            "start": 874562178,
            "stop": 874562214
        },
        {
            "start": 874562221,
            "stop": 874562314
        },
        {
            "start": 874562321,
            "stop": 874562350
        },
        {
            "start": 874562358,
            "stop": 874562368
        },
        {
            "start": 874562375,
            "stop": 874562385
        },
        {
            "start": 874562392,
            "stop": 874562414
        },
        {
            "start": 874562434,
            "stop": 874562449
        },
        {
            "start": 874562457,
            "stop": 874562458
        },
        {
            "start": 874562465,
            "stop": 874562491
        }
    ]
}