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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=39",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 40,
    "results": [
        {
            "start": 1402249073,
            "stop": 1402249122
        },
        {
            "start": 1402249126,
            "stop": 1402250972
        },
        {
            "start": 1402250975,
            "stop": 1402252689
        },
        {
            "start": 1402252695,
            "stop": 1402260618
        },
        {
            "start": 1402260623,
            "stop": 1402263285
        },
        {
            "start": 1402270105,
            "stop": 1402278975
        },
        {
            "start": 1402278981,
            "stop": 1402279670
        },
        {
            "start": 1402280002,
            "stop": 1402280998
        },
        {
            "start": 1402281003,
            "stop": 1402286200
        },
        {
            "start": 1402286207,
            "stop": 1402291102
        },
        {
            "start": 1402291106,
            "stop": 1402293277
        },
        {
            "start": 1402293284,
            "stop": 1402302194
        },
        {
            "start": 1402302200,
            "stop": 1402310362
        },
        {
            "start": 1402310368,
            "stop": 1402316499
        },
        {
            "start": 1402316506,
            "stop": 1402316646
        },
        {
            "start": 1402316653,
            "stop": 1402322171
        },
        {
            "start": 1402322176,
            "stop": 1402327982
        },
        {
            "start": 1402327986,
            "stop": 1402328007
        },
        {
            "start": 1402328012,
            "stop": 1402328214
        },
        {
            "start": 1402328219,
            "stop": 1402328233
        }
    ]
}