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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=115",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 116,
    "results": [
        {
            "start": 1238780256,
            "stop": 1238781944
        },
        {
            "start": 1238781949,
            "stop": 1238784856
        },
        {
            "start": 1238784860,
            "stop": 1238787724
        },
        {
            "start": 1238787727,
            "stop": 1238787832
        },
        {
            "start": 1238787836,
            "stop": 1238787953
        },
        {
            "start": 1238791338,
            "stop": 1238791409
        },
        {
            "start": 1238791520,
            "stop": 1238791553
        },
        {
            "start": 1238791557,
            "stop": 1238791882
        },
        {
            "start": 1238792079,
            "stop": 1238792137
        },
        {
            "start": 1238792320,
            "stop": 1238792383
        },
        {
            "start": 1238792729,
            "stop": 1238793000
        },
        {
            "start": 1238793005,
            "stop": 1238793482
        },
        {
            "start": 1238793911,
            "stop": 1238794542
        },
        {
            "start": 1238794545,
            "stop": 1238794848
        },
        {
            "start": 1238797486,
            "stop": 1238797765
        },
        {
            "start": 1238797768,
            "stop": 1238798634
        },
        {
            "start": 1238798639,
            "stop": 1238798685
        },
        {
            "start": 1238798690,
            "stop": 1238798804
        },
        {
            "start": 1238805509,
            "stop": 1238806070
        },
        {
            "start": 1238806074,
            "stop": 1238806982
        }
    ]
}