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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=9",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 10,
    "results": [
        {
            "start": 1256976462,
            "stop": 1256976725
        },
        {
            "start": 1256976726,
            "stop": 1256976884
        },
        {
            "start": 1256976888,
            "stop": 1256977506
        },
        {
            "start": 1256977510,
            "stop": 1256977603
        },
        {
            "start": 1256983637,
            "stop": 1256984550
        },
        {
            "start": 1256984553,
            "stop": 1256986056
        },
        {
            "start": 1256986059,
            "stop": 1256992824
        },
        {
            "start": 1256992827,
            "stop": 1256999838
        },
        {
            "start": 1256999846,
            "stop": 1257001290
        },
        {
            "start": 1257022015,
            "stop": 1257022063
        },
        {
            "start": 1257023096,
            "stop": 1257024058
        },
        {
            "start": 1257024061,
            "stop": 1257024737
        },
        {
            "start": 1257024740,
            "stop": 1257024772
        },
        {
            "start": 1257026995,
            "stop": 1257029283
        },
        {
            "start": 1257029285,
            "stop": 1257032189
        },
        {
            "start": 1257032193,
            "stop": 1257034126
        },
        {
            "start": 1257034130,
            "stop": 1257034321
        },
        {
            "start": 1257034324,
            "stop": 1257034770
        },
        {
            "start": 1257034775,
            "stop": 1257034780
        },
        {
            "start": 1257034785,
            "stop": 1257034789
        }
    ]
}