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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=281",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 282,
    "results": [
        {
            "start": 931685183,
            "stop": 931685184
        },
        {
            "start": 931685200,
            "stop": 931685202
        },
        {
            "start": 931685208,
            "stop": 931685211
        },
        {
            "start": 931685216,
            "stop": 931685218
        },
        {
            "start": 931685237,
            "stop": 931685238
        },
        {
            "start": 931685241,
            "stop": 931685242
        },
        {
            "start": 931685257,
            "stop": 931685258
        },
        {
            "start": 931685268,
            "stop": 931685274
        },
        {
            "start": 931685298,
            "stop": 931685299
        },
        {
            "start": 931685301,
            "stop": 931685309
        },
        {
            "start": 931685319,
            "stop": 931685321
        },
        {
            "start": 931685336,
            "stop": 931685339
        },
        {
            "start": 931685342,
            "stop": 931685348
        },
        {
            "start": 931685355,
            "stop": 931685365
        },
        {
            "start": 931685368,
            "stop": 931685373
        },
        {
            "start": 931685382,
            "stop": 931685385
        },
        {
            "start": 931685391,
            "stop": 931685392
        },
        {
            "start": 931685395,
            "stop": 931685398
        },
        {
            "start": 931685407,
            "stop": 931685411
        },
        {
            "start": 931685420,
            "stop": 931685422
        }
    ]
}