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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT2/segments?format=api&page=16",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 17,
    "results": [
        {
            "start": 1242042355,
            "stop": 1242048535
        },
        {
            "start": 1242048543,
            "stop": 1242049071
        },
        {
            "start": 1242049079,
            "stop": 1242050263
        },
        {
            "start": 1242050271,
            "stop": 1242053127
        },
        {
            "start": 1242053135,
            "stop": 1242054767
        },
        {
            "start": 1242054775,
            "stop": 1242056639
        },
        {
            "start": 1242056647,
            "stop": 1242058239
        },
        {
            "start": 1242058255,
            "stop": 1242059287
        },
        {
            "start": 1242059295,
            "stop": 1242059583
        },
        {
            "start": 1242059591,
            "stop": 1242060695
        },
        {
            "start": 1242060703,
            "stop": 1242061855
        },
        {
            "start": 1242061871,
            "stop": 1242062535
        },
        {
            "start": 1242062543,
            "stop": 1242065983
        },
        {
            "start": 1242065991,
            "stop": 1242068431
        },
        {
            "start": 1242068447,
            "stop": 1242069375
        },
        {
            "start": 1242069383,
            "stop": 1242069391
        },
        {
            "start": 1242069399,
            "stop": 1242071543
        },
        {
            "start": 1242071551,
            "stop": 1242071719
        },
        {
            "start": 1242071743,
            "stop": 1242072631
        },
        {
            "start": 1242072639,
            "stop": 1242074159
        }
    ]
}