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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=157",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 158,
    "results": [
        {
            "start": 1419025482,
            "stop": 1419025837
        },
        {
            "start": 1419025838,
            "stop": 1419026122
        },
        {
            "start": 1419026126,
            "stop": 1419026373
        },
        {
            "start": 1419026375,
            "stop": 1419026498
        },
        {
            "start": 1419026507,
            "stop": 1419026857
        },
        {
            "start": 1419026859,
            "stop": 1419027054
        },
        {
            "start": 1419027058,
            "stop": 1419027172
        },
        {
            "start": 1419027178,
            "stop": 1419027674
        },
        {
            "start": 1419027688,
            "stop": 1419027746
        },
        {
            "start": 1419027750,
            "stop": 1419030246
        },
        {
            "start": 1419030250,
            "stop": 1419030274
        },
        {
            "start": 1419030279,
            "stop": 1419030698
        },
        {
            "start": 1419030702,
            "stop": 1419031370
        },
        {
            "start": 1419031374,
            "stop": 1419031610
        },
        {
            "start": 1419031617,
            "stop": 1419031618
        },
        {
            "start": 1419031622,
            "stop": 1419032918
        },
        {
            "start": 1419032922,
            "stop": 1419033645
        },
        {
            "start": 1419033646,
            "stop": 1419034002
        },
        {
            "start": 1419034018,
            "stop": 1419034438
        },
        {
            "start": 1419034443,
            "stop": 1419034793
        }
    ]
}