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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16563",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16561",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16562,
    "results": [
        {
            "start": 874682294,
            "stop": 874682300
        },
        {
            "start": 874682302,
            "stop": 874682359
        },
        {
            "start": 874682360,
            "stop": 874682370
        },
        {
            "start": 874682372,
            "stop": 874682397
        },
        {
            "start": 874682398,
            "stop": 874682412
        },
        {
            "start": 874682415,
            "stop": 874682558
        },
        {
            "start": 874682559,
            "stop": 874682582
        },
        {
            "start": 874682583,
            "stop": 874682686
        },
        {
            "start": 874682687,
            "stop": 874682692
        },
        {
            "start": 874682774,
            "stop": 874682890
        },
        {
            "start": 874682892,
            "stop": 874682907
        },
        {
            "start": 874682908,
            "stop": 874683045
        },
        {
            "start": 874683046,
            "stop": 874683059
        },
        {
            "start": 874683060,
            "stop": 874683075
        },
        {
            "start": 874683076,
            "stop": 874683080
        },
        {
            "start": 874683081,
            "stop": 874683095
        },
        {
            "start": 874683098,
            "stop": 874683121
        },
        {
            "start": 874683122,
            "stop": 874683145
        },
        {
            "start": 874683146,
            "stop": 874683148
        },
        {
            "start": 874683149,
            "stop": 874683256
        }
    ]
}