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=1177
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=1178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1176",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1177,
    "results": [
        {
            "start": 952473940,
            "stop": 952474047
        },
        {
            "start": 952474049,
            "stop": 952474757
        },
        {
            "start": 952480932,
            "stop": 952484122
        },
        {
            "start": 952484123,
            "stop": 952484636
        },
        {
            "start": 952484945,
            "stop": 952485054
        },
        {
            "start": 952485056,
            "stop": 952486997
        },
        {
            "start": 952486999,
            "stop": 952492609
        },
        {
            "start": 952492611,
            "stop": 952498730
        },
        {
            "start": 952498732,
            "stop": 952498970
        },
        {
            "start": 952498972,
            "stop": 952499907
        },
        {
            "start": 952499909,
            "stop": 952501156
        },
        {
            "start": 952501157,
            "stop": 952502565
        },
        {
            "start": 952502567,
            "stop": 952503640
        },
        {
            "start": 952503642,
            "stop": 952504225
        },
        {
            "start": 952504227,
            "stop": 952507427
        },
        {
            "start": 952507429,
            "stop": 952507618
        },
        {
            "start": 952507620,
            "stop": 952509802
        },
        {
            "start": 952509804,
            "stop": 952519452
        },
        {
            "start": 952519454,
            "stop": 952521950
        },
        {
            "start": 952521952,
            "stop": 952522070
        }
    ]
}