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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10259",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10260,
    "results": [
        {
            "start": 874697135,
            "stop": 874697398
        },
        {
            "start": 874697447,
            "stop": 874697471
        },
        {
            "start": 874697507,
            "stop": 874697553
        },
        {
            "start": 874697612,
            "stop": 874697643
        },
        {
            "start": 874697935,
            "stop": 874698083
        },
        {
            "start": 874698126,
            "stop": 874699038
        },
        {
            "start": 874699077,
            "stop": 874699112
        },
        {
            "start": 874699341,
            "stop": 874699365
        },
        {
            "start": 874699407,
            "stop": 874699470
        },
        {
            "start": 874699504,
            "stop": 874699635
        },
        {
            "start": 874699652,
            "stop": 874699663
        },
        {
            "start": 874699697,
            "stop": 874700110
        },
        {
            "start": 874700144,
            "stop": 874700194
        },
        {
            "start": 874700201,
            "stop": 874700206
        },
        {
            "start": 874703167,
            "stop": 874703189
        },
        {
            "start": 874703277,
            "stop": 874703294
        },
        {
            "start": 874703301,
            "stop": 874703313
        },
        {
            "start": 874703415,
            "stop": 874703429
        },
        {
            "start": 874703446,
            "stop": 874703887
        },
        {
            "start": 874703921,
            "stop": 874704699
        }
    ]
}