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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=111",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 112,
    "results": [
        {
            "start": 968642871,
            "stop": 968644417
        },
        {
            "start": 968646220,
            "stop": 968681192
        },
        {
            "start": 968686357,
            "stop": 968686563
        },
        {
            "start": 968688760,
            "stop": 968690936
        },
        {
            "start": 968692881,
            "stop": 968714390
        },
        {
            "start": 968719346,
            "stop": 968778110
        },
        {
            "start": 968780608,
            "stop": 968786166
        },
        {
            "start": 968796318,
            "stop": 968829104
        },
        {
            "start": 968832459,
            "stop": 968873462
        },
        {
            "start": 968874869,
            "stop": 968874951
        },
        {
            "start": 968876500,
            "stop": 968949274
        },
        {
            "start": 968950937,
            "stop": 968955431
        },
        {
            "start": 968957054,
            "stop": 968959241
        },
        {
            "start": 968960842,
            "stop": 968963859
        },
        {
            "start": 968965334,
            "stop": 968979072
        },
        {
            "start": 968981134,
            "stop": 968990844
        },
        {
            "start": 968992828,
            "stop": 968997875
        },
        {
            "start": 969004524,
            "stop": 969042917
        },
        {
            "start": 969044519,
            "stop": 969050466
        },
        {
            "start": 969058001,
            "stop": 969058559
        }
    ]
}