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=7272
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=7273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7271",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7272,
    "results": [
        {
            "start": 874970059,
            "stop": 874970099
        },
        {
            "start": 874970100,
            "stop": 874970711
        },
        {
            "start": 874970712,
            "stop": 874970835
        },
        {
            "start": 874970836,
            "stop": 874971138
        },
        {
            "start": 874971139,
            "stop": 874971303
        },
        {
            "start": 874971304,
            "stop": 874971342
        },
        {
            "start": 874971343,
            "stop": 874971672
        },
        {
            "start": 874971673,
            "stop": 874971813
        },
        {
            "start": 874971814,
            "stop": 874972359
        },
        {
            "start": 874972360,
            "stop": 874972690
        },
        {
            "start": 874972691,
            "stop": 874972712
        },
        {
            "start": 874972713,
            "stop": 874973224
        },
        {
            "start": 874973225,
            "stop": 874973242
        },
        {
            "start": 874973243,
            "stop": 874973323
        },
        {
            "start": 874973324,
            "stop": 874973701
        },
        {
            "start": 874973702,
            "stop": 874973799
        },
        {
            "start": 874973800,
            "stop": 874974154
        },
        {
            "start": 874974155,
            "stop": 874974407
        },
        {
            "start": 874974408,
            "stop": 874974468
        },
        {
            "start": 874974469,
            "stop": 874974943
        }
    ]
}