Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=39
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=38",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 39,
    "results": [
        {
            "start": 820891561,
            "stop": 820893540
        },
        {
            "start": 820893730,
            "stop": 820893795
        },
        {
            "start": 820893936,
            "stop": 820894125
        },
        {
            "start": 820895941,
            "stop": 820898697
        },
        {
            "start": 820898894,
            "stop": 820902270
        },
        {
            "start": 820902320,
            "stop": 820909843
        },
        {
            "start": 820910486,
            "stop": 820913515
        },
        {
            "start": 820913670,
            "stop": 820921293
        },
        {
            "start": 820923558,
            "stop": 820934053
        },
        {
            "start": 820934862,
            "stop": 820940150
        },
        {
            "start": 820940415,
            "stop": 820940709
        },
        {
            "start": 820940872,
            "stop": 820942889
        },
        {
            "start": 820965635,
            "stop": 820966398
        },
        {
            "start": 820966698,
            "stop": 820967222
        },
        {
            "start": 820968237,
            "stop": 820973646
        },
        {
            "start": 820976296,
            "stop": 820978684
        },
        {
            "start": 820978734,
            "stop": 820981470
        },
        {
            "start": 820982417,
            "stop": 820986385
        },
        {
            "start": 820986685,
            "stop": 820988772
        },
        {
            "start": 820989072,
            "stop": 820989328
        }
    ]
}