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=14078
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=14079",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14077",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14078,
    "results": [
        {
            "start": 971156938,
            "stop": 971156939
        },
        {
            "start": 971156941,
            "stop": 971156942
        },
        {
            "start": 971156944,
            "stop": 971156945
        },
        {
            "start": 971156946,
            "stop": 971156947
        },
        {
            "start": 971156950,
            "stop": 971156951
        },
        {
            "start": 971156958,
            "stop": 971156960
        },
        {
            "start": 971156961,
            "stop": 971156963
        },
        {
            "start": 971156964,
            "stop": 971156965
        },
        {
            "start": 971156984,
            "stop": 971156985
        },
        {
            "start": 971156987,
            "stop": 971156988
        },
        {
            "start": 971156989,
            "stop": 971156990
        },
        {
            "start": 971156993,
            "stop": 971156994
        },
        {
            "start": 971156996,
            "stop": 971156997
        },
        {
            "start": 971156999,
            "stop": 971157001
        },
        {
            "start": 971157005,
            "stop": 971157006
        },
        {
            "start": 971157017,
            "stop": 971157021
        },
        {
            "start": 971157023,
            "stop": 971157029
        },
        {
            "start": 971157036,
            "stop": 971157038
        },
        {
            "start": 971157047,
            "stop": 971157051
        },
        {
            "start": 971157058,
            "stop": 971157063
        }
    ]
}