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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6498",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6496",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6497,
    "results": [
        {
            "start": 874186265,
            "stop": 874186345
        },
        {
            "start": 874187038,
            "stop": 874187061
        },
        {
            "start": 874187062,
            "stop": 874187220
        },
        {
            "start": 874187221,
            "stop": 874187282
        },
        {
            "start": 874187283,
            "stop": 874187313
        },
        {
            "start": 874187315,
            "stop": 874187355
        },
        {
            "start": 874187356,
            "stop": 874187411
        },
        {
            "start": 874187412,
            "stop": 874187786
        },
        {
            "start": 874188391,
            "stop": 874188562
        },
        {
            "start": 874188564,
            "stop": 874188583
        },
        {
            "start": 874188585,
            "stop": 874188938
        },
        {
            "start": 874188940,
            "stop": 874188978
        },
        {
            "start": 874188979,
            "stop": 874189034
        },
        {
            "start": 874189035,
            "stop": 874189050
        },
        {
            "start": 874189051,
            "stop": 874189078
        },
        {
            "start": 874189079,
            "stop": 874189094
        },
        {
            "start": 874190114,
            "stop": 874190181
        },
        {
            "start": 874190182,
            "stop": 874190275
        },
        {
            "start": 874190276,
            "stop": 874190369
        },
        {
            "start": 874190373,
            "stop": 874190390
        }
    ]
}