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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=213",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 214,
    "results": [
        {
            "start": 820486890,
            "stop": 820487073
        },
        {
            "start": 820487076,
            "stop": 820487429
        },
        {
            "start": 820487432,
            "stop": 820487570
        },
        {
            "start": 820487573,
            "stop": 820487604
        },
        {
            "start": 820487607,
            "stop": 820488006
        },
        {
            "start": 820488009,
            "stop": 820488045
        },
        {
            "start": 820488048,
            "stop": 820488049
        },
        {
            "start": 820488052,
            "stop": 820488649
        },
        {
            "start": 820488652,
            "stop": 820488900
        },
        {
            "start": 820488903,
            "stop": 820489376
        },
        {
            "start": 820489379,
            "stop": 820489561
        },
        {
            "start": 820489564,
            "stop": 820489712
        },
        {
            "start": 820489716,
            "stop": 820490262
        },
        {
            "start": 820490265,
            "stop": 820490352
        },
        {
            "start": 820490355,
            "stop": 820490869
        },
        {
            "start": 820490872,
            "stop": 820491120
        },
        {
            "start": 820491123,
            "stop": 820491155
        },
        {
            "start": 820491159,
            "stop": 820491221
        },
        {
            "start": 820491224,
            "stop": 820491332
        },
        {
            "start": 820491335,
            "stop": 820492236
        }
    ]
}