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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=86",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 87,
    "results": [
        {
            "start": 1126550013,
            "stop": 1126550304
        },
        {
            "start": 1126550305,
            "stop": 1126550365
        },
        {
            "start": 1126550366,
            "stop": 1126550483
        },
        {
            "start": 1126550485,
            "stop": 1126550574
        },
        {
            "start": 1126550576,
            "stop": 1126550718
        },
        {
            "start": 1126550719,
            "stop": 1126550769
        },
        {
            "start": 1126550770,
            "stop": 1126550787
        },
        {
            "start": 1126550788,
            "stop": 1126551026
        },
        {
            "start": 1126551027,
            "stop": 1126551115
        },
        {
            "start": 1126551116,
            "stop": 1126551183
        },
        {
            "start": 1126551186,
            "stop": 1126551384
        },
        {
            "start": 1126551386,
            "stop": 1126551496
        },
        {
            "start": 1126551497,
            "stop": 1126551844
        },
        {
            "start": 1126551846,
            "stop": 1126551857
        },
        {
            "start": 1126551859,
            "stop": 1126551872
        },
        {
            "start": 1126551874,
            "stop": 1126551907
        },
        {
            "start": 1126551909,
            "stop": 1126551930
        },
        {
            "start": 1126551931,
            "stop": 1126551935
        },
        {
            "start": 1126551936,
            "stop": 1126551948
        },
        {
            "start": 1126551949,
            "stop": 1126552027
        }
    ]
}