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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=22",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 23,
    "results": [
        {
            "start": 816745990,
            "stop": 816747515
        },
        {
            "start": 816747518,
            "stop": 816747814
        },
        {
            "start": 816747817,
            "stop": 816747879
        },
        {
            "start": 816747882,
            "stop": 816747980
        },
        {
            "start": 816747983,
            "stop": 816748252
        },
        {
            "start": 816748255,
            "stop": 816748963
        },
        {
            "start": 816748966,
            "stop": 816749343
        },
        {
            "start": 816749345,
            "stop": 816749368
        },
        {
            "start": 816749370,
            "stop": 816749413
        },
        {
            "start": 816750806,
            "stop": 816751380
        },
        {
            "start": 816751383,
            "stop": 816752423
        },
        {
            "start": 816752426,
            "stop": 816752496
        },
        {
            "start": 816752499,
            "stop": 816752672
        },
        {
            "start": 816752674,
            "stop": 816752689
        },
        {
            "start": 816752692,
            "stop": 816752822
        },
        {
            "start": 816757833,
            "stop": 816758048
        },
        {
            "start": 816758051,
            "stop": 816758488
        },
        {
            "start": 816758491,
            "stop": 816758761
        },
        {
            "start": 816758764,
            "stop": 816759013
        },
        {
            "start": 816759016,
            "stop": 816759467
        }
    ]
}