Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1338
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1339",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1337",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1338,
    "results": [
        {
            "start": 964896688,
            "stop": 964897233
        },
        {
            "start": 964899836,
            "stop": 964902317
        },
        {
            "start": 964902318,
            "stop": 964904667
        },
        {
            "start": 964904668,
            "stop": 964904721
        },
        {
            "start": 964904722,
            "stop": 964904773
        },
        {
            "start": 964904774,
            "stop": 964904796
        },
        {
            "start": 964904797,
            "stop": 964904806
        },
        {
            "start": 964904807,
            "stop": 964904822
        },
        {
            "start": 964904823,
            "stop": 964904845
        },
        {
            "start": 964904846,
            "stop": 964904871
        },
        {
            "start": 964904872,
            "stop": 964904908
        },
        {
            "start": 964904909,
            "stop": 964904935
        },
        {
            "start": 964904936,
            "stop": 964904967
        },
        {
            "start": 964904968,
            "stop": 964904981
        },
        {
            "start": 964904982,
            "stop": 964904998
        },
        {
            "start": 964904999,
            "stop": 964905022
        },
        {
            "start": 964905023,
            "stop": 964905038
        },
        {
            "start": 964905039,
            "stop": 964905074
        },
        {
            "start": 964905075,
            "stop": 964905079
        },
        {
            "start": 964905080,
            "stop": 964905110
        }
    ]
}