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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=144",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 145,
    "results": [
        {
            "start": 931773793,
            "stop": 931773795
        },
        {
            "start": 931773816,
            "stop": 931773818
        },
        {
            "start": 931773838,
            "stop": 931773865
        },
        {
            "start": 931773882,
            "stop": 931773887
        },
        {
            "start": 931773894,
            "stop": 931773903
        },
        {
            "start": 931773910,
            "stop": 931773930
        },
        {
            "start": 931773937,
            "stop": 931773940
        },
        {
            "start": 931773947,
            "stop": 931773948
        },
        {
            "start": 931773974,
            "stop": 931773979
        },
        {
            "start": 931773992,
            "stop": 931773993
        },
        {
            "start": 931774000,
            "stop": 931774004
        },
        {
            "start": 931774017,
            "stop": 931774020
        },
        {
            "start": 931774027,
            "stop": 931774037
        },
        {
            "start": 931774051,
            "stop": 931774066
        },
        {
            "start": 931774073,
            "stop": 931774076
        },
        {
            "start": 931774085,
            "stop": 931774089
        },
        {
            "start": 931774110,
            "stop": 931774111
        },
        {
            "start": 931774134,
            "stop": 931774145
        },
        {
            "start": 931774152,
            "stop": 931774157
        },
        {
            "start": 931774170,
            "stop": 931774175
        }
    ]
}