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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=84",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 85,
    "results": [
        {
            "start": 945243366,
            "stop": 945249243
        },
        {
            "start": 945252716,
            "stop": 945263618
        },
        {
            "start": 945266987,
            "stop": 945275269
        },
        {
            "start": 945276651,
            "stop": 945284892
        },
        {
            "start": 945288049,
            "stop": 945288504
        },
        {
            "start": 945292583,
            "stop": 945301971
        },
        {
            "start": 945308839,
            "stop": 945377130
        },
        {
            "start": 945381006,
            "stop": 945386842
        },
        {
            "start": 945388591,
            "stop": 945390498
        },
        {
            "start": 945392247,
            "stop": 945428988
        },
        {
            "start": 945438966,
            "stop": 945444490
        },
        {
            "start": 945447216,
            "stop": 945448165
        },
        {
            "start": 945452106,
            "stop": 945456700
        },
        {
            "start": 945456705,
            "stop": 945457040
        },
        {
            "start": 945457042,
            "stop": 945457119
        },
        {
            "start": 945457125,
            "stop": 945457186
        },
        {
            "start": 945457191,
            "stop": 945458005
        },
        {
            "start": 945458007,
            "stop": 945458048
        },
        {
            "start": 945458058,
            "stop": 945458084
        },
        {
            "start": 945458090,
            "stop": 945458365
        }
    ]
}