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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=527",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=525",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 526,
    "results": [
        {
            "start": 1262757013,
            "stop": 1262757175
        },
        {
            "start": 1262757178,
            "stop": 1262757230
        },
        {
            "start": 1262757233,
            "stop": 1262757316
        },
        {
            "start": 1262757319,
            "stop": 1262757323
        },
        {
            "start": 1262757326,
            "stop": 1262757444
        },
        {
            "start": 1262757447,
            "stop": 1262757470
        },
        {
            "start": 1262757473,
            "stop": 1262757475
        },
        {
            "start": 1262757478,
            "stop": 1262757491
        },
        {
            "start": 1262757494,
            "stop": 1262757501
        },
        {
            "start": 1262757504,
            "stop": 1262757708
        },
        {
            "start": 1262757711,
            "stop": 1262757744
        },
        {
            "start": 1262757747,
            "stop": 1262757755
        },
        {
            "start": 1262757758,
            "stop": 1262757941
        },
        {
            "start": 1262757944,
            "stop": 1262757953
        },
        {
            "start": 1262757956,
            "stop": 1262757982
        },
        {
            "start": 1262757985,
            "stop": 1262758034
        },
        {
            "start": 1262758037,
            "stop": 1262758091
        },
        {
            "start": 1262758094,
            "stop": 1262758098
        },
        {
            "start": 1262758101,
            "stop": 1262758112
        },
        {
            "start": 1262758115,
            "stop": 1262758123
        }
    ]
}