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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7299",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7300,
    "results": [
        {
            "start": 875097085,
            "stop": 875097485
        },
        {
            "start": 875097487,
            "stop": 875098061
        },
        {
            "start": 875098062,
            "stop": 875098505
        },
        {
            "start": 875098506,
            "stop": 875098612
        },
        {
            "start": 875098613,
            "stop": 875098859
        },
        {
            "start": 875098861,
            "stop": 875098913
        },
        {
            "start": 875098915,
            "stop": 875099695
        },
        {
            "start": 875099697,
            "stop": 875100153
        },
        {
            "start": 875100154,
            "stop": 875100370
        },
        {
            "start": 875100372,
            "stop": 875100750
        },
        {
            "start": 875100751,
            "stop": 875100805
        },
        {
            "start": 875100806,
            "stop": 875100855
        },
        {
            "start": 875100856,
            "stop": 875101679
        },
        {
            "start": 875101680,
            "stop": 875102654
        },
        {
            "start": 875102655,
            "stop": 875103037
        },
        {
            "start": 875103038,
            "stop": 875103135
        },
        {
            "start": 875103137,
            "stop": 875103205
        },
        {
            "start": 875103287,
            "stop": 875104031
        },
        {
            "start": 875105295,
            "stop": 875105416
        },
        {
            "start": 875105418,
            "stop": 875105438
        }
    ]
}