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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=114",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 115,
    "results": [
        {
            "start": 834972683,
            "stop": 834972684
        },
        {
            "start": 834972685,
            "stop": 834972697
        },
        {
            "start": 834972699,
            "stop": 834972716
        },
        {
            "start": 834972718,
            "stop": 834983666
        },
        {
            "start": 834983697,
            "stop": 834985758
        },
        {
            "start": 834995603,
            "stop": 835005697
        },
        {
            "start": 835006771,
            "stop": 835009413
        },
        {
            "start": 835010582,
            "stop": 835020089
        },
        {
            "start": 835021459,
            "stop": 835025094
        },
        {
            "start": 835025101,
            "stop": 835029478
        },
        {
            "start": 835029484,
            "stop": 835032324
        },
        {
            "start": 835032325,
            "stop": 835039736
        },
        {
            "start": 835504589,
            "stop": 835505951
        },
        {
            "start": 835507211,
            "stop": 835508645
        },
        {
            "start": 835509564,
            "stop": 835517049
        },
        {
            "start": 835517055,
            "stop": 835517073
        },
        {
            "start": 835520107,
            "stop": 835524521
        },
        {
            "start": 835524527,
            "stop": 835551569
        },
        {
            "start": 835552443,
            "stop": 835555607
        },
        {
            "start": 835556460,
            "stop": 835565674
        }
    ]
}