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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=467",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=465",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 466,
    "results": [
        {
            "start": 874786169,
            "stop": 874787743
        },
        {
            "start": 874787857,
            "stop": 874802187
        },
        {
            "start": 874802460,
            "stop": 874816693
        },
        {
            "start": 874816698,
            "stop": 874816727
        },
        {
            "start": 874816737,
            "stop": 874817590
        },
        {
            "start": 874819487,
            "stop": 874846224
        },
        {
            "start": 874847419,
            "stop": 874847979
        },
        {
            "start": 874850662,
            "stop": 874857653
        },
        {
            "start": 874869121,
            "stop": 874878323
        },
        {
            "start": 874879899,
            "stop": 874885171
        },
        {
            "start": 874885363,
            "stop": 874935190
        },
        {
            "start": 874936157,
            "stop": 874945445
        },
        {
            "start": 874953518,
            "stop": 874979345
        },
        {
            "start": 874984623,
            "stop": 874984862
        },
        {
            "start": 874986318,
            "stop": 875022624
        },
        {
            "start": 875031523,
            "stop": 875041695
        },
        {
            "start": 875042981,
            "stop": 875056048
        },
        {
            "start": 875058161,
            "stop": 875075846
        },
        {
            "start": 875077152,
            "stop": 875103206
        },
        {
            "start": 875103287,
            "stop": 875104031
        }
    ]
}