Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=92
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=91",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 92,
    "results": [
        {
            "start": 837525262,
            "stop": 837541647
        },
        {
            "start": 837541856,
            "stop": 837552135
        },
        {
            "start": 837576112,
            "stop": 837600205
        },
        {
            "start": 837601271,
            "stop": 837601433
        },
        {
            "start": 837602290,
            "stop": 837628329
        },
        {
            "start": 837629815,
            "stop": 837636337
        },
        {
            "start": 837637517,
            "stop": 837641689
        },
        {
            "start": 837642801,
            "stop": 837644053
        },
        {
            "start": 837644921,
            "stop": 837651959
        },
        {
            "start": 837652942,
            "stop": 837653078
        },
        {
            "start": 837653136,
            "stop": 837667953
        },
        {
            "start": 837668792,
            "stop": 837723754
        },
        {
            "start": 837727091,
            "stop": 837766539
        },
        {
            "start": 837767310,
            "stop": 837778283
        },
        {
            "start": 837779093,
            "stop": 837785617
        },
        {
            "start": 837785733,
            "stop": 837787285
        },
        {
            "start": 837788519,
            "stop": 837788869
        },
        {
            "start": 837790232,
            "stop": 837797031
        },
        {
            "start": 837797408,
            "stop": 837806483
        },
        {
            "start": 837806653,
            "stop": 837815488
        }
    ]
}