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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5676",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5674",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5675,
    "results": [
        {
            "start": 874553623,
            "stop": 874553703
        },
        {
            "start": 874553706,
            "stop": 874553727
        },
        {
            "start": 874553731,
            "stop": 874553760
        },
        {
            "start": 874553763,
            "stop": 874553799
        },
        {
            "start": 874553802,
            "stop": 874553808
        },
        {
            "start": 874553811,
            "stop": 874553902
        },
        {
            "start": 874553905,
            "stop": 874553906
        },
        {
            "start": 874553909,
            "stop": 874553939
        },
        {
            "start": 874553942,
            "stop": 874554015
        },
        {
            "start": 874554018,
            "stop": 874554102
        },
        {
            "start": 874554105,
            "stop": 874554164
        },
        {
            "start": 874554168,
            "stop": 874554284
        },
        {
            "start": 874554287,
            "stop": 874554302
        },
        {
            "start": 874554306,
            "stop": 874554318
        },
        {
            "start": 874554322,
            "stop": 874554323
        },
        {
            "start": 874554327,
            "stop": 874554336
        },
        {
            "start": 874554339,
            "stop": 874554391
        },
        {
            "start": 874554394,
            "stop": 874554404
        },
        {
            "start": 874554407,
            "stop": 874554480
        },
        {
            "start": 874554487,
            "stop": 874554491
        }
    ]
}