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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1840",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1838",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1839,
    "results": [
        {
            "start": 964637534,
            "stop": 964639254
        },
        {
            "start": 964640820,
            "stop": 964654966
        },
        {
            "start": 964655197,
            "stop": 964667576
        },
        {
            "start": 964668417,
            "stop": 964670449
        },
        {
            "start": 964670450,
            "stop": 964671048
        },
        {
            "start": 964671969,
            "stop": 964673539
        },
        {
            "start": 964673555,
            "stop": 964680776
        },
        {
            "start": 964681456,
            "stop": 964702860
        },
        {
            "start": 964702861,
            "stop": 964706505
        },
        {
            "start": 964706997,
            "stop": 964710262
        },
        {
            "start": 964710968,
            "stop": 964722544
        },
        {
            "start": 964722545,
            "stop": 964726627
        },
        {
            "start": 964728589,
            "stop": 964733797
        },
        {
            "start": 964733798,
            "stop": 964736580
        },
        {
            "start": 964736581,
            "stop": 964737706
        },
        {
            "start": 964737707,
            "stop": 964740187
        },
        {
            "start": 964740188,
            "stop": 964741479
        },
        {
            "start": 964741480,
            "stop": 964742152
        },
        {
            "start": 964743463,
            "stop": 964751133
        },
        {
            "start": 964751134,
            "stop": 964758864
        }
    ]
}