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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33251",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33249",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33250,
    "results": [
        {
            "start": 970987311,
            "stop": 970987317
        },
        {
            "start": 970987320,
            "stop": 970987333
        },
        {
            "start": 970987334,
            "stop": 970987350
        },
        {
            "start": 970987352,
            "stop": 970987372
        },
        {
            "start": 970987373,
            "stop": 970987385
        },
        {
            "start": 970987386,
            "stop": 970987393
        },
        {
            "start": 970987396,
            "stop": 970987425
        },
        {
            "start": 970987426,
            "stop": 970987459
        },
        {
            "start": 970987460,
            "stop": 970987492
        },
        {
            "start": 970987493,
            "stop": 970987559
        },
        {
            "start": 970987572,
            "stop": 970987598
        },
        {
            "start": 970987599,
            "stop": 970987635
        },
        {
            "start": 970987636,
            "stop": 970987638
        },
        {
            "start": 970987639,
            "stop": 970987668
        },
        {
            "start": 970987671,
            "stop": 970987702
        },
        {
            "start": 970987704,
            "stop": 970987713
        },
        {
            "start": 970987714,
            "stop": 970987734
        },
        {
            "start": 970987736,
            "stop": 970987746
        },
        {
            "start": 970987747,
            "stop": 970987754
        },
        {
            "start": 970987755,
            "stop": 970987790
        }
    ]
}