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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46891",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46889",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46890,
    "results": [
        {
            "start": 875166095,
            "stop": 875166127
        },
        {
            "start": 875166129,
            "stop": 875166180
        },
        {
            "start": 875166181,
            "stop": 875166182
        },
        {
            "start": 875166192,
            "stop": 875166202
        },
        {
            "start": 875166205,
            "stop": 875166239
        },
        {
            "start": 875166242,
            "stop": 875166249
        },
        {
            "start": 875166250,
            "stop": 875166255
        },
        {
            "start": 875166258,
            "stop": 875166259
        },
        {
            "start": 875171323,
            "stop": 875171400
        },
        {
            "start": 875171401,
            "stop": 875171432
        },
        {
            "start": 875171433,
            "stop": 875171582
        },
        {
            "start": 875171583,
            "stop": 875171604
        },
        {
            "start": 875171605,
            "stop": 875171752
        },
        {
            "start": 875171753,
            "stop": 875171771
        },
        {
            "start": 875171773,
            "stop": 875171801
        },
        {
            "start": 875171802,
            "stop": 875171878
        },
        {
            "start": 875171880,
            "stop": 875171900
        },
        {
            "start": 875171902,
            "stop": 875171909
        },
        {
            "start": 875171911,
            "stop": 875171943
        },
        {
            "start": 875171944,
            "stop": 875171973
        }
    ]
}