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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15967",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15965",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15966,
    "results": [
        {
            "start": 971437162,
            "stop": 971437215
        },
        {
            "start": 971437216,
            "stop": 971437232
        },
        {
            "start": 971437234,
            "stop": 971437399
        },
        {
            "start": 971437401,
            "stop": 971437427
        },
        {
            "start": 971437430,
            "stop": 971437443
        },
        {
            "start": 971437445,
            "stop": 971437462
        },
        {
            "start": 971437463,
            "stop": 971437494
        },
        {
            "start": 971437496,
            "stop": 971437515
        },
        {
            "start": 971437518,
            "stop": 971437521
        },
        {
            "start": 971437522,
            "stop": 971437609
        },
        {
            "start": 971437612,
            "stop": 971437679
        },
        {
            "start": 971437680,
            "stop": 971437683
        },
        {
            "start": 971437684,
            "stop": 971437686
        },
        {
            "start": 971437688,
            "stop": 971437692
        },
        {
            "start": 971437695,
            "stop": 971437704
        },
        {
            "start": 971437705,
            "stop": 971437708
        },
        {
            "start": 971437711,
            "stop": 971437714
        },
        {
            "start": 971437716,
            "stop": 971437751
        },
        {
            "start": 971437754,
            "stop": 971437759
        },
        {
            "start": 971437762,
            "stop": 971437774
        }
    ]
}