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=406
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=407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=405",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 406,
    "results": [
        {
            "start": 852533538,
            "stop": 852535894
        },
        {
            "start": 852536002,
            "stop": 852539533
        },
        {
            "start": 852539535,
            "stop": 852556747
        },
        {
            "start": 852558242,
            "stop": 852563635
        },
        {
            "start": 852563812,
            "stop": 852564261
        },
        {
            "start": 852565318,
            "stop": 852566301
        },
        {
            "start": 852566363,
            "stop": 852568572
        },
        {
            "start": 852568617,
            "stop": 852569460
        },
        {
            "start": 852569528,
            "stop": 852573287
        },
        {
            "start": 852573404,
            "stop": 852577654
        },
        {
            "start": 852579705,
            "stop": 852585034
        },
        {
            "start": 852586880,
            "stop": 852588527
        },
        {
            "start": 852588653,
            "stop": 852589281
        },
        {
            "start": 852589522,
            "stop": 852589634
        },
        {
            "start": 852589803,
            "stop": 852605452
        },
        {
            "start": 852605556,
            "stop": 852606110
        },
        {
            "start": 852606421,
            "stop": 852624310
        },
        {
            "start": 852624312,
            "stop": 852626083
        },
        {
            "start": 852629940,
            "stop": 852643055
        },
        {
            "start": 852643681,
            "stop": 852644191
        }
    ]
}