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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=159",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 160,
    "results": [
        {
            "start": 931597317,
            "stop": 931597333
        },
        {
            "start": 931597337,
            "stop": 931597339
        },
        {
            "start": 931597353,
            "stop": 931597355
        },
        {
            "start": 931597358,
            "stop": 931597369
        },
        {
            "start": 931597376,
            "stop": 931597393
        },
        {
            "start": 931597398,
            "stop": 931597399
        },
        {
            "start": 931597402,
            "stop": 931597405
        },
        {
            "start": 931597408,
            "stop": 931597415
        },
        {
            "start": 931597418,
            "stop": 931597422
        },
        {
            "start": 931597430,
            "stop": 931597437
        },
        {
            "start": 931597440,
            "stop": 931597446
        },
        {
            "start": 931597449,
            "stop": 931597453
        },
        {
            "start": 931597456,
            "stop": 931597462
        },
        {
            "start": 931597472,
            "stop": 931597473
        },
        {
            "start": 931597481,
            "stop": 931597484
        },
        {
            "start": 931597488,
            "stop": 931597489
        },
        {
            "start": 931597494,
            "stop": 931597510
        },
        {
            "start": 931597513,
            "stop": 931597521
        },
        {
            "start": 931597530,
            "stop": 931597531
        },
        {
            "start": 931597546,
            "stop": 931597551
        }
    ]
}