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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=96",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 97,
    "results": [
        {
            "start": 1238510689,
            "stop": 1238510955
        },
        {
            "start": 1238510960,
            "stop": 1238510962
        },
        {
            "start": 1238510967,
            "stop": 1238511168
        },
        {
            "start": 1238511169,
            "stop": 1238511339
        },
        {
            "start": 1238511344,
            "stop": 1238511353
        },
        {
            "start": 1238511355,
            "stop": 1238511500
        },
        {
            "start": 1238511501,
            "stop": 1238511734
        },
        {
            "start": 1238511736,
            "stop": 1238511792
        },
        {
            "start": 1238511793,
            "stop": 1238512140
        },
        {
            "start": 1238512145,
            "stop": 1238512154
        },
        {
            "start": 1238512159,
            "stop": 1238512167
        },
        {
            "start": 1238512172,
            "stop": 1238512534
        },
        {
            "start": 1238512535,
            "stop": 1238512589
        },
        {
            "start": 1238512590,
            "stop": 1238512599
        },
        {
            "start": 1238512601,
            "stop": 1238512846
        },
        {
            "start": 1238512848,
            "stop": 1238512882
        },
        {
            "start": 1238512884,
            "stop": 1238512897
        },
        {
            "start": 1238512899,
            "stop": 1238512904
        },
        {
            "start": 1238512905,
            "stop": 1238512925
        },
        {
            "start": 1238512926,
            "stop": 1238512984
        }
    ]
}