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=29291
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=29292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29290",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29291,
    "results": [
        {
            "start": 971179947,
            "stop": 971179950
        },
        {
            "start": 971179952,
            "stop": 971179954
        },
        {
            "start": 971179961,
            "stop": 971179962
        },
        {
            "start": 971179966,
            "stop": 971179967
        },
        {
            "start": 971179972,
            "stop": 971179974
        },
        {
            "start": 971179979,
            "stop": 971179982
        },
        {
            "start": 971179985,
            "stop": 971179987
        },
        {
            "start": 971179989,
            "stop": 971179994
        },
        {
            "start": 971179996,
            "stop": 971179998
        },
        {
            "start": 971179999,
            "stop": 971180000
        },
        {
            "start": 971180002,
            "stop": 971180005
        },
        {
            "start": 971180006,
            "stop": 971180007
        },
        {
            "start": 971180010,
            "stop": 971180011
        },
        {
            "start": 971180013,
            "stop": 971180014
        },
        {
            "start": 971180015,
            "stop": 971180016
        },
        {
            "start": 971180017,
            "stop": 971180019
        },
        {
            "start": 971180020,
            "stop": 971180021
        },
        {
            "start": 971180029,
            "stop": 971180030
        },
        {
            "start": 971180031,
            "stop": 971180032
        },
        {
            "start": 971180034,
            "stop": 971180035
        }
    ]
}