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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=44",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 45,
    "results": [
        {
            "start": 820910486,
            "stop": 820913514
        },
        {
            "start": 820913670,
            "stop": 820921273
        },
        {
            "start": 820923558,
            "stop": 820934053
        },
        {
            "start": 820934862,
            "stop": 820940113
        },
        {
            "start": 820940148,
            "stop": 820940150
        },
        {
            "start": 820940415,
            "stop": 820940708
        },
        {
            "start": 820940872,
            "stop": 820942873
        },
        {
            "start": 820965635,
            "stop": 820966398
        },
        {
            "start": 820966698,
            "stop": 820967222
        },
        {
            "start": 820968237,
            "stop": 820973646
        },
        {
            "start": 820976296,
            "stop": 820978684
        },
        {
            "start": 820978734,
            "stop": 820981453
        },
        {
            "start": 820982417,
            "stop": 820986385
        },
        {
            "start": 820986685,
            "stop": 820988772
        },
        {
            "start": 820989072,
            "stop": 820989328
        },
        {
            "start": 820989628,
            "stop": 820990919
        },
        {
            "start": 820991219,
            "stop": 820993809
        },
        {
            "start": 820995490,
            "stop": 820995766
        },
        {
            "start": 820997694,
            "stop": 820997773
        },
        {
            "start": 820998216,
            "stop": 820998373
        }
    ]
}