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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14154",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14155,
    "results": [
        {
            "start": 971164872,
            "stop": 971164873
        },
        {
            "start": 971164874,
            "stop": 971164881
        },
        {
            "start": 971164885,
            "stop": 971164887
        },
        {
            "start": 971164891,
            "stop": 971164893
        },
        {
            "start": 971164895,
            "stop": 971164898
        },
        {
            "start": 971164902,
            "stop": 971164905
        },
        {
            "start": 971164908,
            "stop": 971164912
        },
        {
            "start": 971164914,
            "stop": 971164920
        },
        {
            "start": 971164921,
            "stop": 971164927
        },
        {
            "start": 971164928,
            "stop": 971164930
        },
        {
            "start": 971164931,
            "stop": 971164933
        },
        {
            "start": 971164939,
            "stop": 971164940
        },
        {
            "start": 971164941,
            "stop": 971164942
        },
        {
            "start": 971164944,
            "stop": 971164949
        },
        {
            "start": 971164950,
            "stop": 971164951
        },
        {
            "start": 971164954,
            "stop": 971164955
        },
        {
            "start": 971164957,
            "stop": 971164959
        },
        {
            "start": 971164961,
            "stop": 971164963
        },
        {
            "start": 971164968,
            "stop": 971164970
        },
        {
            "start": 971164972,
            "stop": 971164974
        }
    ]
}