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=4864
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=4865",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4863",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4864,
    "results": [
        {
            "start": 971546150,
            "stop": 971546163
        },
        {
            "start": 971546184,
            "stop": 971546331
        },
        {
            "start": 971546334,
            "stop": 971546377
        },
        {
            "start": 971546380,
            "stop": 971546645
        },
        {
            "start": 971546650,
            "stop": 971546755
        },
        {
            "start": 971546758,
            "stop": 971546938
        },
        {
            "start": 971546941,
            "stop": 971546964
        },
        {
            "start": 971546967,
            "stop": 971547006
        },
        {
            "start": 971547009,
            "stop": 971547372
        },
        {
            "start": 971547375,
            "stop": 971547406
        },
        {
            "start": 971547410,
            "stop": 971547415
        },
        {
            "start": 971547419,
            "stop": 971547515
        },
        {
            "start": 971547518,
            "stop": 971547619
        },
        {
            "start": 971547622,
            "stop": 971547623
        },
        {
            "start": 971547628,
            "stop": 971547640
        },
        {
            "start": 971547643,
            "stop": 971547770
        },
        {
            "start": 971547773,
            "stop": 971547844
        },
        {
            "start": 971547847,
            "stop": 971548091
        },
        {
            "start": 971548094,
            "stop": 971548097
        },
        {
            "start": 971548100,
            "stop": 971548154
        }
    ]
}