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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16644",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16642",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16643,
    "results": [
        {
            "start": 874824159,
            "stop": 874824162
        },
        {
            "start": 874824166,
            "stop": 874824174
        },
        {
            "start": 874824175,
            "stop": 874824180
        },
        {
            "start": 874824181,
            "stop": 874824185
        },
        {
            "start": 874824186,
            "stop": 874824195
        },
        {
            "start": 874824197,
            "stop": 874824215
        },
        {
            "start": 874824216,
            "stop": 874824223
        },
        {
            "start": 874824224,
            "stop": 874824260
        },
        {
            "start": 874824262,
            "stop": 874824328
        },
        {
            "start": 874824329,
            "stop": 874824348
        },
        {
            "start": 874824349,
            "stop": 874824351
        },
        {
            "start": 874824352,
            "stop": 874824362
        },
        {
            "start": 874824363,
            "stop": 874824371
        },
        {
            "start": 874824373,
            "stop": 874824374
        },
        {
            "start": 874824377,
            "stop": 874824482
        },
        {
            "start": 874824483,
            "stop": 874824502
        },
        {
            "start": 874824504,
            "stop": 874824529
        },
        {
            "start": 874824531,
            "stop": 874824570
        },
        {
            "start": 874824573,
            "stop": 874824583
        },
        {
            "start": 874824585,
            "stop": 874824609
        }
    ]
}