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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=102",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 103,
    "results": [
        {
            "start": 1238550155,
            "stop": 1238550265
        },
        {
            "start": 1238550270,
            "stop": 1238550280
        },
        {
            "start": 1238550282,
            "stop": 1238550930
        },
        {
            "start": 1238550932,
            "stop": 1238550953
        },
        {
            "start": 1238550956,
            "stop": 1238550969
        },
        {
            "start": 1238550974,
            "stop": 1238551031
        },
        {
            "start": 1238551035,
            "stop": 1238551580
        },
        {
            "start": 1238551582,
            "stop": 1238551592
        },
        {
            "start": 1238551599,
            "stop": 1238552315
        },
        {
            "start": 1238552317,
            "stop": 1238552850
        },
        {
            "start": 1238552855,
            "stop": 1238553126
        },
        {
            "start": 1238553129,
            "stop": 1238553228
        },
        {
            "start": 1238553233,
            "stop": 1238553797
        },
        {
            "start": 1238553799,
            "stop": 1238553897
        },
        {
            "start": 1238553899,
            "stop": 1238553900
        },
        {
            "start": 1238553902,
            "stop": 1238556910
        },
        {
            "start": 1238556914,
            "stop": 1238558143
        },
        {
            "start": 1238558148,
            "stop": 1238559353
        },
        {
            "start": 1238559361,
            "stop": 1238564154
        },
        {
            "start": 1238564157,
            "stop": 1238564379
        }
    ]
}