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=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=81",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 82,
    "results": [
        {
            "start": 931598824,
            "stop": 931598842
        },
        {
            "start": 931598866,
            "stop": 931598867
        },
        {
            "start": 931598874,
            "stop": 931598899
        },
        {
            "start": 931598906,
            "stop": 931598933
        },
        {
            "start": 931598939,
            "stop": 931598986
        },
        {
            "start": 931598993,
            "stop": 931599009
        },
        {
            "start": 931599016,
            "stop": 931599020
        },
        {
            "start": 931599031,
            "stop": 931599033
        },
        {
            "start": 931599046,
            "stop": 931599056
        },
        {
            "start": 931599072,
            "stop": 931599073
        },
        {
            "start": 931599080,
            "stop": 931599100
        },
        {
            "start": 931599113,
            "stop": 931599118
        },
        {
            "start": 931599125,
            "stop": 931599127
        },
        {
            "start": 931599133,
            "stop": 931599172
        },
        {
            "start": 931599189,
            "stop": 931599201
        },
        {
            "start": 931599224,
            "stop": 931599240
        },
        {
            "start": 931599265,
            "stop": 931599266
        },
        {
            "start": 931599282,
            "stop": 931599287
        },
        {
            "start": 931599296,
            "stop": 931599297
        },
        {
            "start": 931599310,
            "stop": 931599313
        }
    ]
}