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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=30",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 31,
    "results": [
        {
            "start": 1257418081,
            "stop": 1257418113
        },
        {
            "start": 1257418116,
            "stop": 1257418151
        },
        {
            "start": 1257418154,
            "stop": 1257418244
        },
        {
            "start": 1257418246,
            "stop": 1257418782
        },
        {
            "start": 1257418788,
            "stop": 1257419019
        },
        {
            "start": 1257419023,
            "stop": 1257419156
        },
        {
            "start": 1257419160,
            "stop": 1257419591
        },
        {
            "start": 1257419593,
            "stop": 1257420054
        },
        {
            "start": 1257420058,
            "stop": 1257420803
        },
        {
            "start": 1257420806,
            "stop": 1257421596
        },
        {
            "start": 1257421599,
            "stop": 1257421919
        },
        {
            "start": 1257421922,
            "stop": 1257422022
        },
        {
            "start": 1257422025,
            "stop": 1257422164
        },
        {
            "start": 1257422166,
            "stop": 1257422373
        },
        {
            "start": 1257422375,
            "stop": 1257422387
        },
        {
            "start": 1257422390,
            "stop": 1257422450
        },
        {
            "start": 1257422452,
            "stop": 1257422787
        },
        {
            "start": 1257422791,
            "stop": 1257422872
        },
        {
            "start": 1257422876,
            "stop": 1257423051
        },
        {
            "start": 1257423054,
            "stop": 1257423067
        }
    ]
}