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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=545",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=543",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 544,
    "results": [
        {
            "start": 1184944963,
            "stop": 1184945101
        },
        {
            "start": 1184945103,
            "stop": 1184945118
        },
        {
            "start": 1184945120,
            "stop": 1184945126
        },
        {
            "start": 1184945130,
            "stop": 1184945132
        },
        {
            "start": 1184945134,
            "stop": 1184946752
        },
        {
            "start": 1184946755,
            "stop": 1184946836
        },
        {
            "start": 1184946840,
            "stop": 1184946842
        },
        {
            "start": 1184946844,
            "stop": 1184946846
        },
        {
            "start": 1184946848,
            "stop": 1184947750
        },
        {
            "start": 1184947752,
            "stop": 1184947753
        },
        {
            "start": 1184947755,
            "stop": 1184948569
        },
        {
            "start": 1184948571,
            "stop": 1184949988
        },
        {
            "start": 1184949990,
            "stop": 1184950526
        },
        {
            "start": 1184950528,
            "stop": 1184951877
        },
        {
            "start": 1184951879,
            "stop": 1184952411
        },
        {
            "start": 1184952413,
            "stop": 1184955526
        },
        {
            "start": 1184955530,
            "stop": 1184960208
        },
        {
            "start": 1184960211,
            "stop": 1184961256
        },
        {
            "start": 1184961258,
            "stop": 1184961259
        },
        {
            "start": 1184961263,
            "stop": 1184961264
        }
    ]
}