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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=8",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 9,
    "results": [
        {
            "start": 818077734,
            "stop": 818112860
        },
        {
            "start": 818120231,
            "stop": 818161000
        },
        {
            "start": 818164301,
            "stop": 818172898
        },
        {
            "start": 818174513,
            "stop": 818180468
        },
        {
            "start": 818180720,
            "stop": 818182107
        },
        {
            "start": 818185336,
            "stop": 818324128
        },
        {
            "start": 818324472,
            "stop": 818326552
        },
        {
            "start": 818327623,
            "stop": 818343228
        },
        {
            "start": 818344969,
            "stop": 818345496
        },
        {
            "start": 818345966,
            "stop": 818346870
        },
        {
            "start": 818348535,
            "stop": 818352316
        },
        {
            "start": 818354602,
            "stop": 818457169
        },
        {
            "start": 818457868,
            "stop": 818460142
        },
        {
            "start": 818462871,
            "stop": 818479727
        },
        {
            "start": 818484505,
            "stop": 818524963
        },
        {
            "start": 818562732,
            "stop": 818564851
        },
        {
            "start": 818565563,
            "stop": 818569777
        },
        {
            "start": 818576092,
            "stop": 818635051
        },
        {
            "start": 818636570,
            "stop": 818645261
        },
        {
            "start": 818646745,
            "stop": 818677652
        }
    ]
}