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=768
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=769",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=767",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 768,
    "results": [
        {
            "start": 1268982305,
            "stop": 1268982912
        },
        {
            "start": 1268983007,
            "stop": 1268983359
        },
        {
            "start": 1268983362,
            "stop": 1268983542
        },
        {
            "start": 1268983544,
            "stop": 1268983731
        },
        {
            "start": 1268983732,
            "stop": 1268984105
        },
        {
            "start": 1268984106,
            "stop": 1268985884
        },
        {
            "start": 1268985885,
            "stop": 1268987044
        },
        {
            "start": 1268987047,
            "stop": 1268989186
        },
        {
            "start": 1268989189,
            "stop": 1268989634
        },
        {
            "start": 1268989637,
            "stop": 1268990156
        },
        {
            "start": 1268990159,
            "stop": 1268992241
        },
        {
            "start": 1268992244,
            "stop": 1268998660
        },
        {
            "start": 1268998663,
            "stop": 1269001737
        },
        {
            "start": 1269001740,
            "stop": 1269002045
        },
        {
            "start": 1269002048,
            "stop": 1269005623
        },
        {
            "start": 1269005627,
            "stop": 1269006786
        },
        {
            "start": 1269006789,
            "stop": 1269007534
        },
        {
            "start": 1269007536,
            "stop": 1269007538
        },
        {
            "start": 1269007544,
            "stop": 1269007546
        },
        {
            "start": 1269007552,
            "stop": 1269007554
        }
    ]
}