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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29310",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29308",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29309,
    "results": [
        {
            "start": 971181901,
            "stop": 971181907
        },
        {
            "start": 971181909,
            "stop": 971181910
        },
        {
            "start": 971181921,
            "stop": 971181922
        },
        {
            "start": 971181925,
            "stop": 971181927
        },
        {
            "start": 971181930,
            "stop": 971181933
        },
        {
            "start": 971181936,
            "stop": 971181937
        },
        {
            "start": 971181938,
            "stop": 971181939
        },
        {
            "start": 971181940,
            "stop": 971181947
        },
        {
            "start": 971181951,
            "stop": 971181960
        },
        {
            "start": 971181961,
            "stop": 971181962
        },
        {
            "start": 971181964,
            "stop": 971181965
        },
        {
            "start": 971181970,
            "stop": 971181973
        },
        {
            "start": 971181974,
            "stop": 971181978
        },
        {
            "start": 971181983,
            "stop": 971181984
        },
        {
            "start": 971181991,
            "stop": 971181993
        },
        {
            "start": 971181995,
            "stop": 971181999
        },
        {
            "start": 971182003,
            "stop": 971182004
        },
        {
            "start": 971182006,
            "stop": 971182008
        },
        {
            "start": 971182011,
            "stop": 971182014
        },
        {
            "start": 971182020,
            "stop": 971182021
        }
    ]
}