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=774
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=775",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=773",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 774,
    "results": [
        {
            "start": 1268133929,
            "stop": 1268133931
        },
        {
            "start": 1268133932,
            "stop": 1268133934
        },
        {
            "start": 1268133935,
            "stop": 1268133936
        },
        {
            "start": 1268133937,
            "stop": 1268133942
        },
        {
            "start": 1268133943,
            "stop": 1268133945
        },
        {
            "start": 1268133946,
            "stop": 1268133948
        },
        {
            "start": 1268133950,
            "stop": 1268133958
        },
        {
            "start": 1268133959,
            "stop": 1268133961
        },
        {
            "start": 1268133963,
            "stop": 1268133968
        },
        {
            "start": 1268133970,
            "stop": 1268133985
        },
        {
            "start": 1268133987,
            "stop": 1268134002
        },
        {
            "start": 1268134004,
            "stop": 1268134010
        },
        {
            "start": 1268134012,
            "stop": 1268134036
        },
        {
            "start": 1268134041,
            "stop": 1268134045
        },
        {
            "start": 1268134046,
            "stop": 1268134047
        },
        {
            "start": 1268134049,
            "stop": 1268134054
        },
        {
            "start": 1268134055,
            "stop": 1268134058
        },
        {
            "start": 1268134060,
            "stop": 1268134073
        },
        {
            "start": 1268134078,
            "stop": 1268134079
        },
        {
            "start": 1268134083,
            "stop": 1268134086
        }
    ]
}