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=7137
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=7138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7136",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7137,
    "results": [
        {
            "start": 874340670,
            "stop": 874340680
        },
        {
            "start": 874341390,
            "stop": 874341396
        },
        {
            "start": 874341397,
            "stop": 874341416
        },
        {
            "start": 874341417,
            "stop": 874341660
        },
        {
            "start": 874341661,
            "stop": 874341859
        },
        {
            "start": 874341860,
            "stop": 874341915
        },
        {
            "start": 874341917,
            "stop": 874341997
        },
        {
            "start": 874341998,
            "stop": 874342021
        },
        {
            "start": 874342022,
            "stop": 874342049
        },
        {
            "start": 874342050,
            "stop": 874342278
        },
        {
            "start": 874342279,
            "stop": 874342386
        },
        {
            "start": 874342389,
            "stop": 874342397
        },
        {
            "start": 874342587,
            "stop": 874342617
        },
        {
            "start": 874342618,
            "stop": 874342717
        },
        {
            "start": 874342718,
            "stop": 874342722
        },
        {
            "start": 874342723,
            "stop": 874342957
        },
        {
            "start": 874342961,
            "stop": 874343067
        },
        {
            "start": 874343068,
            "stop": 874343133
        },
        {
            "start": 874343134,
            "stop": 874343255
        },
        {
            "start": 874343256,
            "stop": 874343268
        }
    ]
}