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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=190",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 191,
    "results": [
        {
            "start": 832733363,
            "stop": 832735078
        },
        {
            "start": 832735201,
            "stop": 832735226
        },
        {
            "start": 832735352,
            "stop": 832747548
        },
        {
            "start": 832748909,
            "stop": 832775773
        },
        {
            "start": 832775776,
            "stop": 832776134
        },
        {
            "start": 832777236,
            "stop": 832777681
        },
        {
            "start": 832777809,
            "stop": 832789523
        },
        {
            "start": 832790054,
            "stop": 832790979
        },
        {
            "start": 832793778,
            "stop": 832795371
        },
        {
            "start": 832795373,
            "stop": 832795400
        },
        {
            "start": 832795401,
            "stop": 832802080
        },
        {
            "start": 832804694,
            "stop": 832807124
        },
        {
            "start": 832807126,
            "stop": 832811940
        },
        {
            "start": 832811942,
            "stop": 832822909
        },
        {
            "start": 832832626,
            "stop": 832835776
        },
        {
            "start": 832836345,
            "stop": 832860234
        },
        {
            "start": 832864479,
            "stop": 832867943
        },
        {
            "start": 832868015,
            "stop": 832881115
        },
        {
            "start": 832881519,
            "stop": 832882519
        },
        {
            "start": 832882807,
            "stop": 832885317
        }
    ]
}