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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1041",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1039",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1040,
    "results": [
        {
            "start": 1252834317,
            "stop": 1252834329
        },
        {
            "start": 1252834334,
            "stop": 1252834360
        },
        {
            "start": 1252834364,
            "stop": 1252834372
        },
        {
            "start": 1252834375,
            "stop": 1252834649
        },
        {
            "start": 1252834654,
            "stop": 1252834814
        },
        {
            "start": 1252834817,
            "stop": 1252834826
        },
        {
            "start": 1252834830,
            "stop": 1252835016
        },
        {
            "start": 1252835023,
            "stop": 1252835028
        },
        {
            "start": 1252835033,
            "stop": 1252835164
        },
        {
            "start": 1252835169,
            "stop": 1252835214
        },
        {
            "start": 1252835218,
            "stop": 1252835756
        },
        {
            "start": 1252835759,
            "stop": 1252835855
        },
        {
            "start": 1252835860,
            "stop": 1252836381
        },
        {
            "start": 1252836384,
            "stop": 1252836549
        },
        {
            "start": 1252836555,
            "stop": 1252836605
        },
        {
            "start": 1252836608,
            "stop": 1252836625
        },
        {
            "start": 1252836628,
            "stop": 1252836688
        },
        {
            "start": 1252836692,
            "stop": 1252836716
        },
        {
            "start": 1252836721,
            "stop": 1252836739
        },
        {
            "start": 1252836744,
            "stop": 1252836916
        }
    ]
}