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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5052",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5053,
    "results": [
        {
            "start": 874599648,
            "stop": 874599832
        },
        {
            "start": 874599868,
            "stop": 874599871
        },
        {
            "start": 874599891,
            "stop": 874599917
        },
        {
            "start": 874599936,
            "stop": 874599952
        },
        {
            "start": 874599971,
            "stop": 874599978
        },
        {
            "start": 874599997,
            "stop": 874600002
        },
        {
            "start": 874600039,
            "stop": 874600073
        },
        {
            "start": 874600092,
            "stop": 874600127
        },
        {
            "start": 874600146,
            "stop": 874600190
        },
        {
            "start": 874600250,
            "stop": 874600261
        },
        {
            "start": 874600282,
            "stop": 874600287
        },
        {
            "start": 874600306,
            "stop": 874600316
        },
        {
            "start": 874600336,
            "stop": 874600382
        },
        {
            "start": 874600401,
            "stop": 874600411
        },
        {
            "start": 874600431,
            "stop": 874600451
        },
        {
            "start": 874600473,
            "stop": 874600493
        },
        {
            "start": 874600522,
            "stop": 874600633
        },
        {
            "start": 874600654,
            "stop": 874600665
        },
        {
            "start": 874600692,
            "stop": 874600712
        },
        {
            "start": 874600731,
            "stop": 874600770
        }
    ]
}