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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7188",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7189,
    "results": [
        {
            "start": 874557652,
            "stop": 874557837
        },
        {
            "start": 874557839,
            "stop": 874558560
        },
        {
            "start": 874558561,
            "stop": 874558880
        },
        {
            "start": 874558882,
            "stop": 874559043
        },
        {
            "start": 874559044,
            "stop": 874559134
        },
        {
            "start": 874559135,
            "stop": 874559182
        },
        {
            "start": 874559183,
            "stop": 874559194
        },
        {
            "start": 874559195,
            "stop": 874559230
        },
        {
            "start": 874559231,
            "stop": 874559418
        },
        {
            "start": 874559419,
            "stop": 874559618
        },
        {
            "start": 874559619,
            "stop": 874559827
        },
        {
            "start": 874559828,
            "stop": 874559985
        },
        {
            "start": 874559987,
            "stop": 874560066
        },
        {
            "start": 874560067,
            "stop": 874560362
        },
        {
            "start": 874560363,
            "stop": 874560520
        },
        {
            "start": 874560521,
            "stop": 874560853
        },
        {
            "start": 874560855,
            "stop": 874560908
        },
        {
            "start": 874560909,
            "stop": 874561001
        },
        {
            "start": 874561002,
            "stop": 874561120
        },
        {
            "start": 874561121,
            "stop": 874561514
        }
    ]
}