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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=158",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 159,
    "results": [
        {
            "start": 931460411,
            "stop": 931460494
        },
        {
            "start": 931460495,
            "stop": 931460512
        },
        {
            "start": 931460515,
            "stop": 931460551
        },
        {
            "start": 931460553,
            "stop": 931460623
        },
        {
            "start": 931460625,
            "stop": 931460670
        },
        {
            "start": 931460672,
            "stop": 931460691
        },
        {
            "start": 931460693,
            "stop": 931460799
        },
        {
            "start": 931460800,
            "stop": 931460855
        },
        {
            "start": 931460856,
            "stop": 931460971
        },
        {
            "start": 931460972,
            "stop": 931461019
        },
        {
            "start": 931461020,
            "stop": 931461031
        },
        {
            "start": 931461033,
            "stop": 931461059
        },
        {
            "start": 931461062,
            "stop": 931461081
        },
        {
            "start": 931461083,
            "stop": 931461086
        },
        {
            "start": 931461088,
            "stop": 931461150
        },
        {
            "start": 931461152,
            "stop": 931461242
        },
        {
            "start": 931461244,
            "stop": 931461361
        },
        {
            "start": 931461363,
            "stop": 931461364
        },
        {
            "start": 931461365,
            "stop": 931461375
        },
        {
            "start": 931461377,
            "stop": 931461485
        }
    ]
}