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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4373",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4374,
    "results": [
        {
            "start": 875034060,
            "stop": 875036027
        },
        {
            "start": 875036285,
            "stop": 875037284
        },
        {
            "start": 875037465,
            "stop": 875038206
        },
        {
            "start": 875038326,
            "stop": 875039412
        },
        {
            "start": 875039532,
            "stop": 875039705
        },
        {
            "start": 875039724,
            "stop": 875040001
        },
        {
            "start": 875040020,
            "stop": 875041363
        },
        {
            "start": 875041483,
            "stop": 875041600
        },
        {
            "start": 875042699,
            "stop": 875045789
        },
        {
            "start": 875045808,
            "stop": 875045993
        },
        {
            "start": 875046010,
            "stop": 875047440
        },
        {
            "start": 875047515,
            "stop": 875047560
        },
        {
            "start": 875047620,
            "stop": 875047806
        },
        {
            "start": 875047926,
            "stop": 875048084
        },
        {
            "start": 875048103,
            "stop": 875048418
        },
        {
            "start": 875048437,
            "stop": 875048460
        },
        {
            "start": 875048520,
            "stop": 875048604
        },
        {
            "start": 875048623,
            "stop": 875049176
        },
        {
            "start": 875049195,
            "stop": 875049444
        },
        {
            "start": 875049463,
            "stop": 875049720
        }
    ]
}