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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=269",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 270,
    "results": [
        {
            "start": 931472493,
            "stop": 931472499
        },
        {
            "start": 931472501,
            "stop": 931472561
        },
        {
            "start": 931472681,
            "stop": 931472695
        },
        {
            "start": 931472697,
            "stop": 931472703
        },
        {
            "start": 931472705,
            "stop": 931472708
        },
        {
            "start": 931472710,
            "stop": 931472714
        },
        {
            "start": 931472716,
            "stop": 931472730
        },
        {
            "start": 931472732,
            "stop": 931472748
        },
        {
            "start": 931472751,
            "stop": 931472754
        },
        {
            "start": 931472758,
            "stop": 931472810
        },
        {
            "start": 931472812,
            "stop": 931472813
        },
        {
            "start": 931472817,
            "stop": 931472818
        },
        {
            "start": 931472820,
            "stop": 931472830
        },
        {
            "start": 931472832,
            "stop": 931472877
        },
        {
            "start": 931472880,
            "stop": 931472904
        },
        {
            "start": 931472922,
            "stop": 931472986
        },
        {
            "start": 931472988,
            "stop": 931473013
        },
        {
            "start": 931473015,
            "stop": 931473083
        },
        {
            "start": 931473203,
            "stop": 931473275
        },
        {
            "start": 931473277,
            "stop": 931473282
        }
    ]
}