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=5323
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=5324",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5322",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5323,
    "results": [
        {
            "start": 1137220466,
            "stop": 1137220474
        },
        {
            "start": 1137220476,
            "stop": 1137220605
        },
        {
            "start": 1137220607,
            "stop": 1137220611
        },
        {
            "start": 1137220612,
            "stop": 1137220675
        },
        {
            "start": 1137220677,
            "stop": 1137220708
        },
        {
            "start": 1137220710,
            "stop": 1137220757
        },
        {
            "start": 1137220759,
            "stop": 1137220761
        },
        {
            "start": 1137220763,
            "stop": 1137220879
        },
        {
            "start": 1137220883,
            "stop": 1137221003
        },
        {
            "start": 1137221005,
            "stop": 1137221097
        },
        {
            "start": 1137221100,
            "stop": 1137221101
        },
        {
            "start": 1137221103,
            "stop": 1137221275
        },
        {
            "start": 1137221276,
            "stop": 1137221415
        },
        {
            "start": 1137221416,
            "stop": 1137221448
        },
        {
            "start": 1137221450,
            "stop": 1137221595
        },
        {
            "start": 1137221599,
            "stop": 1137221633
        },
        {
            "start": 1137221635,
            "stop": 1137221637
        },
        {
            "start": 1137221638,
            "stop": 1137221775
        },
        {
            "start": 1137221782,
            "stop": 1137222139
        },
        {
            "start": 1137222141,
            "stop": 1137222142
        }
    ]
}