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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=169",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 170,
    "results": [
        {
            "start": 1131184555,
            "stop": 1131184571
        },
        {
            "start": 1131184572,
            "stop": 1131184577
        },
        {
            "start": 1131184578,
            "stop": 1131184621
        },
        {
            "start": 1131184622,
            "stop": 1131184630
        },
        {
            "start": 1131184631,
            "stop": 1131184652
        },
        {
            "start": 1131184653,
            "stop": 1131184659
        },
        {
            "start": 1131184661,
            "stop": 1131184662
        },
        {
            "start": 1131184663,
            "stop": 1131184666
        },
        {
            "start": 1131184667,
            "stop": 1131184736
        },
        {
            "start": 1131184737,
            "stop": 1131184763
        },
        {
            "start": 1131184764,
            "stop": 1131184776
        },
        {
            "start": 1131184777,
            "stop": 1131184781
        },
        {
            "start": 1131184782,
            "stop": 1131184798
        },
        {
            "start": 1131184799,
            "stop": 1131184806
        },
        {
            "start": 1131184807,
            "stop": 1131184824
        },
        {
            "start": 1131184825,
            "stop": 1131184891
        },
        {
            "start": 1131184892,
            "stop": 1131184936
        },
        {
            "start": 1131184938,
            "stop": 1131184966
        },
        {
            "start": 1131184967,
            "stop": 1131185002
        },
        {
            "start": 1131185003,
            "stop": 1131185087
        }
    ]
}