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=5018
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=5019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5017",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5018,
    "results": [
        {
            "start": 874555814,
            "stop": 874555860
        },
        {
            "start": 874555873,
            "stop": 874555876
        },
        {
            "start": 874555885,
            "stop": 874555890
        },
        {
            "start": 874555898,
            "stop": 874555965
        },
        {
            "start": 874555972,
            "stop": 874556055
        },
        {
            "start": 874556065,
            "stop": 874556078
        },
        {
            "start": 874556087,
            "stop": 874556097
        },
        {
            "start": 874556105,
            "stop": 874556145
        },
        {
            "start": 874556152,
            "stop": 874556153
        },
        {
            "start": 874556160,
            "stop": 874556164
        },
        {
            "start": 874556176,
            "stop": 874556187
        },
        {
            "start": 874556196,
            "stop": 874556202
        },
        {
            "start": 874556209,
            "stop": 874556238
        },
        {
            "start": 874556245,
            "stop": 874556270
        },
        {
            "start": 874556279,
            "stop": 874556285
        },
        {
            "start": 874556292,
            "stop": 874556302
        },
        {
            "start": 874556309,
            "stop": 874556334
        },
        {
            "start": 874556342,
            "stop": 874556435
        },
        {
            "start": 874556442,
            "stop": 874556465
        },
        {
            "start": 874556474,
            "stop": 874556490
        }
    ]
}