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=5734
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=5735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5733",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5734,
    "results": [
        {
            "start": 874611869,
            "stop": 874611871
        },
        {
            "start": 874611877,
            "stop": 874611932
        },
        {
            "start": 874611935,
            "stop": 874611937
        },
        {
            "start": 874611940,
            "stop": 874611957
        },
        {
            "start": 874611961,
            "stop": 874612004
        },
        {
            "start": 874612008,
            "stop": 874612040
        },
        {
            "start": 874612043,
            "stop": 874612046
        },
        {
            "start": 874612051,
            "stop": 874612123
        },
        {
            "start": 874612128,
            "stop": 874612130
        },
        {
            "start": 874612133,
            "stop": 874612172
        },
        {
            "start": 874612176,
            "stop": 874612180
        },
        {
            "start": 874612183,
            "stop": 874612204
        },
        {
            "start": 874612208,
            "stop": 874612210
        },
        {
            "start": 874612213,
            "stop": 874612229
        },
        {
            "start": 874612232,
            "stop": 874612253
        },
        {
            "start": 874612256,
            "stop": 874612261
        },
        {
            "start": 874612264,
            "stop": 874612327
        },
        {
            "start": 874612331,
            "stop": 874612357
        },
        {
            "start": 874612360,
            "stop": 874612373
        },
        {
            "start": 874612380,
            "stop": 874612421
        }
    ]
}