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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=62",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 63,
    "results": [
        {
            "start": 826654217,
            "stop": 826657947
        },
        {
            "start": 826659945,
            "stop": 826660346
        },
        {
            "start": 826661395,
            "stop": 826661538
        },
        {
            "start": 826661697,
            "stop": 826663196
        },
        {
            "start": 826664957,
            "stop": 826671460
        },
        {
            "start": 826671938,
            "stop": 826674085
        },
        {
            "start": 826674198,
            "stop": 826676749
        },
        {
            "start": 826678397,
            "stop": 826681119
        },
        {
            "start": 826681533,
            "stop": 826701371
        },
        {
            "start": 826701478,
            "stop": 826704618
        },
        {
            "start": 826826844,
            "stop": 826826847
        },
        {
            "start": 826827028,
            "stop": 826834593
        },
        {
            "start": 826834700,
            "stop": 826838170
        },
        {
            "start": 826838247,
            "stop": 826838276
        },
        {
            "start": 826839040,
            "stop": 826840383
        },
        {
            "start": 826853406,
            "stop": 826874112
        },
        {
            "start": 826874219,
            "stop": 826883090
        },
        {
            "start": 826884505,
            "stop": 826887910
        },
        {
            "start": 826888565,
            "stop": 826892892
        },
        {
            "start": 826906267,
            "stop": 826907185
        }
    ]
}