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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2405",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2406,
    "results": [
        {
            "start": 873257338,
            "stop": 873257944
        },
        {
            "start": 873258054,
            "stop": 873258114
        },
        {
            "start": 873258414,
            "stop": 873259154
        },
        {
            "start": 873259171,
            "stop": 873259197
        },
        {
            "start": 873259227,
            "stop": 873259250
        },
        {
            "start": 873259267,
            "stop": 873259449
        },
        {
            "start": 873259466,
            "stop": 873260213
        },
        {
            "start": 873260230,
            "stop": 873262190
        },
        {
            "start": 873262270,
            "stop": 873262594
        },
        {
            "start": 873262611,
            "stop": 873262620
        },
        {
            "start": 873262697,
            "stop": 873262860
        },
        {
            "start": 873262948,
            "stop": 873263016
        },
        {
            "start": 873263098,
            "stop": 873263227
        },
        {
            "start": 873263265,
            "stop": 873264566
        },
        {
            "start": 873264583,
            "stop": 873265769
        },
        {
            "start": 873265786,
            "stop": 873265862
        },
        {
            "start": 873265879,
            "stop": 873266402
        },
        {
            "start": 873266419,
            "stop": 873266518
        },
        {
            "start": 873266536,
            "stop": 873268212
        },
        {
            "start": 873268248,
            "stop": 873268560
        }
    ]
}