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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8769",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8767",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8768,
    "results": [
        {
            "start": 873260230,
            "stop": 873262190
        },
        {
            "start": 873262270,
            "stop": 873262594
        },
        {
            "start": 873262611,
            "stop": 873262620
        },
        {
            "start": 873262697,
            "stop": 873262860
        },
        {
            "start": 873262948,
            "stop": 873263016
        },
        {
            "start": 873263098,
            "stop": 873263227
        },
        {
            "start": 873263265,
            "stop": 873264566
        },
        {
            "start": 873264583,
            "stop": 873265620
        },
        {
            "start": 873265680,
            "stop": 873265769
        },
        {
            "start": 873265786,
            "stop": 873265862
        },
        {
            "start": 873265879,
            "stop": 873266402
        },
        {
            "start": 873266419,
            "stop": 873266518
        },
        {
            "start": 873266536,
            "stop": 873268211
        },
        {
            "start": 873268248,
            "stop": 873268252
        },
        {
            "start": 873268372,
            "stop": 873268560
        },
        {
            "start": 873268680,
            "stop": 873270010
        },
        {
            "start": 873270027,
            "stop": 873271860
        },
        {
            "start": 873271877,
            "stop": 873273508
        },
        {
            "start": 873273525,
            "stop": 873273528
        },
        {
            "start": 873273545,
            "stop": 873273856
        }
    ]
}