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=6581
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=6582",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6580",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6581,
    "results": [
        {
            "start": 874583800,
            "stop": 874584538
        },
        {
            "start": 874584539,
            "stop": 874584865
        },
        {
            "start": 874584866,
            "stop": 874585766
        },
        {
            "start": 874585767,
            "stop": 874585935
        },
        {
            "start": 874585936,
            "stop": 874586315
        },
        {
            "start": 874586316,
            "stop": 874586680
        },
        {
            "start": 874586681,
            "stop": 874587618
        },
        {
            "start": 874587619,
            "stop": 874587730
        },
        {
            "start": 874587731,
            "stop": 874588049
        },
        {
            "start": 874588051,
            "stop": 874588171
        },
        {
            "start": 874588172,
            "stop": 874588488
        },
        {
            "start": 874588489,
            "stop": 874589740
        },
        {
            "start": 874589743,
            "stop": 874589753
        },
        {
            "start": 874589754,
            "stop": 874589765
        },
        {
            "start": 874589766,
            "stop": 874589868
        },
        {
            "start": 874589870,
            "stop": 874589909
        },
        {
            "start": 874589910,
            "stop": 874590192
        },
        {
            "start": 874590193,
            "stop": 874590334
        },
        {
            "start": 874590335,
            "stop": 874590912
        },
        {
            "start": 874590913,
            "stop": 874591780
        }
    ]
}