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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=19",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 20,
    "results": [
        {
            "start": 1257038371,
            "stop": 1257038372
        },
        {
            "start": 1257038375,
            "stop": 1257038376
        },
        {
            "start": 1257038378,
            "stop": 1257038393
        },
        {
            "start": 1257038394,
            "stop": 1257038396
        },
        {
            "start": 1257038398,
            "stop": 1257038399
        },
        {
            "start": 1257038400,
            "stop": 1257038418
        },
        {
            "start": 1257038421,
            "stop": 1257038435
        },
        {
            "start": 1257038436,
            "stop": 1257038437
        },
        {
            "start": 1257038438,
            "stop": 1257038501
        },
        {
            "start": 1257038505,
            "stop": 1257038508
        },
        {
            "start": 1257038511,
            "stop": 1257038512
        },
        {
            "start": 1257038516,
            "stop": 1257038519
        },
        {
            "start": 1257038521,
            "stop": 1257038522
        },
        {
            "start": 1257038525,
            "stop": 1257038527
        },
        {
            "start": 1257038528,
            "stop": 1257038637
        },
        {
            "start": 1257038638,
            "stop": 1257038644
        },
        {
            "start": 1257038645,
            "stop": 1257038665
        },
        {
            "start": 1257038666,
            "stop": 1257038709
        },
        {
            "start": 1257038712,
            "stop": 1257038713
        },
        {
            "start": 1257038714,
            "stop": 1257038721
        }
    ]
}