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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4881",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4879",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4880,
    "results": [
        {
            "start": 971610448,
            "stop": 971610476
        },
        {
            "start": 971610479,
            "stop": 971610485
        },
        {
            "start": 971610488,
            "stop": 971610541
        },
        {
            "start": 971610544,
            "stop": 971610556
        },
        {
            "start": 971610559,
            "stop": 971610570
        },
        {
            "start": 971610580,
            "stop": 971610650
        },
        {
            "start": 971610653,
            "stop": 971610663
        },
        {
            "start": 971612815,
            "stop": 971612833
        },
        {
            "start": 971612839,
            "stop": 971612841
        },
        {
            "start": 971612844,
            "stop": 971612891
        },
        {
            "start": 971612894,
            "stop": 971612915
        },
        {
            "start": 971612918,
            "stop": 971612931
        },
        {
            "start": 971612937,
            "stop": 971612949
        },
        {
            "start": 971612953,
            "stop": 971612980
        },
        {
            "start": 971612983,
            "stop": 971612986
        },
        {
            "start": 971612994,
            "stop": 971612997
        },
        {
            "start": 971613005,
            "stop": 971613059
        },
        {
            "start": 971613062,
            "stop": 971613075
        },
        {
            "start": 971613080,
            "stop": 971613128
        },
        {
            "start": 971613131,
            "stop": 971613149
        }
    ]
}