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=16713
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=16714",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16712",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16713,
    "results": [
        {
            "start": 875007099,
            "stop": 875007118
        },
        {
            "start": 875007119,
            "stop": 875007132
        },
        {
            "start": 875007135,
            "stop": 875007147
        },
        {
            "start": 875007152,
            "stop": 875007180
        },
        {
            "start": 875007182,
            "stop": 875007187
        },
        {
            "start": 875007189,
            "stop": 875007193
        },
        {
            "start": 875007198,
            "stop": 875007245
        },
        {
            "start": 875007250,
            "stop": 875007254
        },
        {
            "start": 875007257,
            "stop": 875007258
        },
        {
            "start": 875007261,
            "stop": 875007300
        },
        {
            "start": 875007360,
            "stop": 875007368
        },
        {
            "start": 875007372,
            "stop": 875007399
        },
        {
            "start": 875007402,
            "stop": 875007404
        },
        {
            "start": 875007407,
            "stop": 875007413
        },
        {
            "start": 875007414,
            "stop": 875007428
        },
        {
            "start": 875007430,
            "stop": 875007432
        },
        {
            "start": 875007434,
            "stop": 875007439
        },
        {
            "start": 875007441,
            "stop": 875007449
        },
        {
            "start": 875007450,
            "stop": 875007453
        },
        {
            "start": 875007454,
            "stop": 875007455
        }
    ]
}