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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=106",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 107,
    "results": [
        {
            "start": 834109673,
            "stop": 834111721
        },
        {
            "start": 834111727,
            "stop": 834117430
        },
        {
            "start": 834119344,
            "stop": 834121606
        },
        {
            "start": 834121612,
            "stop": 834125215
        },
        {
            "start": 834125222,
            "stop": 834126660
        },
        {
            "start": 834126667,
            "stop": 834126739
        },
        {
            "start": 834127770,
            "stop": 834163752
        },
        {
            "start": 834163760,
            "stop": 834178785
        },
        {
            "start": 834185745,
            "stop": 834189172
        },
        {
            "start": 834189182,
            "stop": 834189183
        },
        {
            "start": 834190907,
            "stop": 834191525
        },
        {
            "start": 834191531,
            "stop": 834193507
        },
        {
            "start": 834193514,
            "stop": 834193529
        },
        {
            "start": 834193539,
            "stop": 834193544
        },
        {
            "start": 834197771,
            "stop": 834199251
        },
        {
            "start": 834199257,
            "stop": 834205831
        },
        {
            "start": 834205838,
            "stop": 834205957
        },
        {
            "start": 834205964,
            "stop": 834205983
        },
        {
            "start": 834205993,
            "stop": 834206014
        },
        {
            "start": 834206024,
            "stop": 834206030
        }
    ]
}