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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=17",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 18,
    "results": [
        {
            "start": 817684188,
            "stop": 817687067
        },
        {
            "start": 817688327,
            "stop": 817688563
        },
        {
            "start": 817688565,
            "stop": 817689447
        },
        {
            "start": 817701704,
            "stop": 817707343
        },
        {
            "start": 817708634,
            "stop": 817714726
        },
        {
            "start": 817723423,
            "stop": 817730666
        },
        {
            "start": 817730835,
            "stop": 817753223
        },
        {
            "start": 817757865,
            "stop": 817764696
        },
        {
            "start": 817765466,
            "stop": 817766187
        },
        {
            "start": 817768021,
            "stop": 817770767
        },
        {
            "start": 817774855,
            "stop": 817781836
        },
        {
            "start": 817782558,
            "stop": 817783510
        },
        {
            "start": 817783810,
            "stop": 817821573
        },
        {
            "start": 817822627,
            "stop": 817824427
        },
        {
            "start": 817828411,
            "stop": 817829006
        },
        {
            "start": 817829052,
            "stop": 817839331
        },
        {
            "start": 817841097,
            "stop": 817844323
        },
        {
            "start": 817844326,
            "stop": 817844343
        },
        {
            "start": 817844763,
            "stop": 817845367
        },
        {
            "start": 817845369,
            "stop": 817849622
        }
    ]
}