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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=104",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 105,
    "results": [
        {
            "start": 819105095,
            "stop": 819107891
        },
        {
            "start": 819107898,
            "stop": 819113413
        },
        {
            "start": 819114475,
            "stop": 819117910
        },
        {
            "start": 819117917,
            "stop": 819119413
        },
        {
            "start": 819119417,
            "stop": 819119770
        },
        {
            "start": 819119774,
            "stop": 819122004
        },
        {
            "start": 819122012,
            "stop": 819123603
        },
        {
            "start": 819123610,
            "stop": 819124273
        },
        {
            "start": 819124298,
            "stop": 819124299
        },
        {
            "start": 819124456,
            "stop": 819126638
        },
        {
            "start": 819126646,
            "stop": 819127020
        },
        {
            "start": 819127260,
            "stop": 819127440
        },
        {
            "start": 819127500,
            "stop": 819127920
        },
        {
            "start": 819127980,
            "stop": 819127993
        },
        {
            "start": 819128146,
            "stop": 819128280
        },
        {
            "start": 819128340,
            "stop": 819128460
        },
        {
            "start": 819128520,
            "stop": 819129842
        },
        {
            "start": 819144129,
            "stop": 819144300
        },
        {
            "start": 819144360,
            "stop": 819144463
        },
        {
            "start": 819145645,
            "stop": 819145860
        }
    ]
}