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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5083",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5081",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5082,
    "results": [
        {
            "start": 873211610,
            "stop": 873211637
        },
        {
            "start": 873211714,
            "stop": 873211721
        },
        {
            "start": 873211757,
            "stop": 873211762
        },
        {
            "start": 873211864,
            "stop": 873211870
        },
        {
            "start": 873211906,
            "stop": 873211911
        },
        {
            "start": 873211947,
            "stop": 873212037
        },
        {
            "start": 873212107,
            "stop": 873212111
        },
        {
            "start": 873212145,
            "stop": 873212461
        },
        {
            "start": 873212498,
            "stop": 873212707
        },
        {
            "start": 873212714,
            "stop": 873212775
        },
        {
            "start": 873212782,
            "stop": 873212845
        },
        {
            "start": 873212879,
            "stop": 873212921
        },
        {
            "start": 873212958,
            "stop": 873212974
        },
        {
            "start": 873213010,
            "stop": 873213035
        },
        {
            "start": 873213069,
            "stop": 873213473
        },
        {
            "start": 873213519,
            "stop": 873213537
        },
        {
            "start": 873213544,
            "stop": 873213715
        },
        {
            "start": 873213749,
            "stop": 873213824
        },
        {
            "start": 873213860,
            "stop": 873213905
        },
        {
            "start": 873213955,
            "stop": 873214068
        }
    ]
}