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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46669",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46667",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46668,
    "results": [
        {
            "start": 875038972,
            "stop": 875038974
        },
        {
            "start": 875038976,
            "stop": 875039005
        },
        {
            "start": 875039006,
            "stop": 875039014
        },
        {
            "start": 875039015,
            "stop": 875039031
        },
        {
            "start": 875039032,
            "stop": 875039047
        },
        {
            "start": 875039049,
            "stop": 875039055
        },
        {
            "start": 875039056,
            "stop": 875039075
        },
        {
            "start": 875039076,
            "stop": 875039133
        },
        {
            "start": 875039134,
            "stop": 875039137
        },
        {
            "start": 875039139,
            "stop": 875039146
        },
        {
            "start": 875039147,
            "stop": 875039155
        },
        {
            "start": 875039156,
            "stop": 875039173
        },
        {
            "start": 875039177,
            "stop": 875039192
        },
        {
            "start": 875039194,
            "stop": 875039215
        },
        {
            "start": 875039216,
            "stop": 875039223
        },
        {
            "start": 875039224,
            "stop": 875039255
        },
        {
            "start": 875039256,
            "stop": 875039317
        },
        {
            "start": 875039318,
            "stop": 875039334
        },
        {
            "start": 875039335,
            "stop": 875039339
        },
        {
            "start": 875039340,
            "stop": 875039346
        }
    ]
}