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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=231",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 232,
    "results": [
        {
            "start": 821677750,
            "stop": 821677764
        },
        {
            "start": 821677768,
            "stop": 821677771
        },
        {
            "start": 821677774,
            "stop": 821677779
        },
        {
            "start": 821677782,
            "stop": 821677785
        },
        {
            "start": 821677788,
            "stop": 821677789
        },
        {
            "start": 821677792,
            "stop": 821677799
        },
        {
            "start": 821677802,
            "stop": 821677805
        },
        {
            "start": 821677808,
            "stop": 821677818
        },
        {
            "start": 821677822,
            "stop": 821677849
        },
        {
            "start": 821677854,
            "stop": 821677875
        },
        {
            "start": 821677878,
            "stop": 821677890
        },
        {
            "start": 821677893,
            "stop": 821677907
        },
        {
            "start": 821677910,
            "stop": 821677929
        },
        {
            "start": 821677932,
            "stop": 821677933
        },
        {
            "start": 821677941,
            "stop": 821677966
        },
        {
            "start": 821677970,
            "stop": 821677975
        },
        {
            "start": 821677981,
            "stop": 821677990
        },
        {
            "start": 821677994,
            "stop": 821678004
        },
        {
            "start": 821678007,
            "stop": 821678008
        },
        {
            "start": 821678011,
            "stop": 821678021
        }
    ]
}