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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2359",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2360,
    "results": [
        {
            "start": 874699487,
            "stop": 874699663
        },
        {
            "start": 874699680,
            "stop": 874700110
        },
        {
            "start": 874700127,
            "stop": 874700317
        },
        {
            "start": 874703042,
            "stop": 874703043
        },
        {
            "start": 874703084,
            "stop": 874703094
        },
        {
            "start": 874703128,
            "stop": 874703133
        },
        {
            "start": 874703150,
            "stop": 874703189
        },
        {
            "start": 874703206,
            "stop": 874703213
        },
        {
            "start": 874703230,
            "stop": 874703243
        },
        {
            "start": 874703260,
            "stop": 874703313
        },
        {
            "start": 874703354,
            "stop": 874703358
        },
        {
            "start": 874703375,
            "stop": 874703381
        },
        {
            "start": 874703398,
            "stop": 874703887
        },
        {
            "start": 874703904,
            "stop": 874712142
        },
        {
            "start": 874712530,
            "stop": 874713355
        },
        {
            "start": 874713372,
            "stop": 874727670
        },
        {
            "start": 874727687,
            "stop": 874739647
        },
        {
            "start": 874739664,
            "stop": 874743740
        },
        {
            "start": 874743758,
            "stop": 874743786
        },
        {
            "start": 874743805,
            "stop": 874743824
        }
    ]
}