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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=120",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 121,
    "results": [
        {
            "start": 932639898,
            "stop": 932640607
        },
        {
            "start": 932640612,
            "stop": 932640913
        },
        {
            "start": 932640946,
            "stop": 932640960
        },
        {
            "start": 932640979,
            "stop": 932641515
        },
        {
            "start": 932641534,
            "stop": 932641827
        },
        {
            "start": 932641846,
            "stop": 932642122
        },
        {
            "start": 932642152,
            "stop": 932642154
        },
        {
            "start": 932642196,
            "stop": 932642212
        },
        {
            "start": 932642231,
            "stop": 932642616
        },
        {
            "start": 932642622,
            "stop": 932642707
        },
        {
            "start": 932642726,
            "stop": 932643456
        },
        {
            "start": 932643461,
            "stop": 932643481
        },
        {
            "start": 932643500,
            "stop": 932643848
        },
        {
            "start": 932643867,
            "stop": 932643877
        },
        {
            "start": 932643952,
            "stop": 932643977
        },
        {
            "start": 932643996,
            "stop": 932644047
        },
        {
            "start": 932644066,
            "stop": 932644095
        },
        {
            "start": 932644145,
            "stop": 932645073
        },
        {
            "start": 932645213,
            "stop": 932645218
        },
        {
            "start": 932649633,
            "stop": 932649988
        }
    ]
}