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=46827
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=46828",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46826",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46827,
    "results": [
        {
            "start": 875132016,
            "stop": 875132024
        },
        {
            "start": 875132025,
            "stop": 875132053
        },
        {
            "start": 875132054,
            "stop": 875132055
        },
        {
            "start": 875132056,
            "stop": 875132057
        },
        {
            "start": 875132061,
            "stop": 875132063
        },
        {
            "start": 875132064,
            "stop": 875132076
        },
        {
            "start": 875132077,
            "stop": 875132090
        },
        {
            "start": 875132092,
            "stop": 875132121
        },
        {
            "start": 875132125,
            "stop": 875132153
        },
        {
            "start": 875132154,
            "stop": 875132162
        },
        {
            "start": 875132163,
            "stop": 875132172
        },
        {
            "start": 875132173,
            "stop": 875132176
        },
        {
            "start": 875132177,
            "stop": 875132191
        },
        {
            "start": 875132194,
            "stop": 875132198
        },
        {
            "start": 875132205,
            "stop": 875132223
        },
        {
            "start": 875132224,
            "stop": 875132249
        },
        {
            "start": 875132251,
            "stop": 875132254
        },
        {
            "start": 875132255,
            "stop": 875132257
        },
        {
            "start": 875132260,
            "stop": 875132262
        },
        {
            "start": 875132263,
            "stop": 875132275
        }
    ]
}