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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=29",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 30,
    "results": [
        {
            "start": 818326550,
            "stop": 818326552
        },
        {
            "start": 818327623,
            "stop": 818343193
        },
        {
            "start": 818344969,
            "stop": 818345466
        },
        {
            "start": 818345966,
            "stop": 818346840
        },
        {
            "start": 818348535,
            "stop": 818352286
        },
        {
            "start": 818354602,
            "stop": 818457133
        },
        {
            "start": 818457868,
            "stop": 818460112
        },
        {
            "start": 818462871,
            "stop": 818479693
        },
        {
            "start": 818484505,
            "stop": 818524933
        },
        {
            "start": 818562732,
            "stop": 818564821
        },
        {
            "start": 818565563,
            "stop": 818569747
        },
        {
            "start": 818576092,
            "stop": 818635021
        },
        {
            "start": 818636570,
            "stop": 818645231
        },
        {
            "start": 818646745,
            "stop": 818677622
        },
        {
            "start": 818679152,
            "stop": 818734853
        },
        {
            "start": 818736085,
            "stop": 818793840
        },
        {
            "start": 818795057,
            "stop": 818831824
        },
        {
            "start": 818832807,
            "stop": 818878562
        },
        {
            "start": 818879607,
            "stop": 818960802
        },
        {
            "start": 818961390,
            "stop": 818971187
        }
    ]
}