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=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=8",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 9,
    "results": [
        {
            "start": 815215940,
            "stop": 815215995
        },
        {
            "start": 815216025,
            "stop": 815216030
        },
        {
            "start": 815216171,
            "stop": 815216174
        },
        {
            "start": 815216203,
            "stop": 815216339
        },
        {
            "start": 815217957,
            "stop": 815217973
        },
        {
            "start": 815219912,
            "stop": 815221329
        },
        {
            "start": 815221912,
            "stop": 815222012
        },
        {
            "start": 815222021,
            "stop": 815223003
        },
        {
            "start": 815223010,
            "stop": 815223724
        },
        {
            "start": 815223886,
            "stop": 815224170
        },
        {
            "start": 815224177,
            "stop": 815224241
        },
        {
            "start": 815224248,
            "stop": 815224621
        },
        {
            "start": 815224628,
            "stop": 815224826
        },
        {
            "start": 815224834,
            "stop": 815224957
        },
        {
            "start": 815224965,
            "stop": 815225326
        },
        {
            "start": 815225333,
            "stop": 815225345
        },
        {
            "start": 815225353,
            "stop": 815225855
        },
        {
            "start": 815225862,
            "stop": 815226393
        },
        {
            "start": 815226400,
            "stop": 815226852
        },
        {
            "start": 815226859,
            "stop": 815226899
        }
    ]
}