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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8826",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8824",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8825,
    "results": [
        {
            "start": 874288008,
            "stop": 874288320
        },
        {
            "start": 874288380,
            "stop": 874288730
        },
        {
            "start": 874288870,
            "stop": 874289340
        },
        {
            "start": 874289400,
            "stop": 874290000
        },
        {
            "start": 874290060,
            "stop": 874290080
        },
        {
            "start": 874290244,
            "stop": 874291137
        },
        {
            "start": 874291257,
            "stop": 874291797
        },
        {
            "start": 874291814,
            "stop": 874291920
        },
        {
            "start": 874291980,
            "stop": 874292355
        },
        {
            "start": 874292372,
            "stop": 874293899
        },
        {
            "start": 874294019,
            "stop": 874294586
        },
        {
            "start": 874294603,
            "stop": 874295070
        },
        {
            "start": 874295160,
            "stop": 874295198
        },
        {
            "start": 874295318,
            "stop": 874295810
        },
        {
            "start": 874295890,
            "stop": 874296593
        },
        {
            "start": 874296713,
            "stop": 874296960
        },
        {
            "start": 874297020,
            "stop": 874297871
        },
        {
            "start": 874297888,
            "stop": 874299110
        },
        {
            "start": 874299190,
            "stop": 874300688
        },
        {
            "start": 874300724,
            "stop": 874302570
        }
    ]
}