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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29394",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29392",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29393,
    "results": [
        {
            "start": 971402918,
            "stop": 971402921
        },
        {
            "start": 971402923,
            "stop": 971402942
        },
        {
            "start": 971402944,
            "stop": 971402945
        },
        {
            "start": 971402949,
            "stop": 971402953
        },
        {
            "start": 971402954,
            "stop": 971402961
        },
        {
            "start": 971402963,
            "stop": 971402968
        },
        {
            "start": 971402969,
            "stop": 971402980
        },
        {
            "start": 971402982,
            "stop": 971402983
        },
        {
            "start": 971402984,
            "stop": 971402985
        },
        {
            "start": 971402986,
            "stop": 971402987
        },
        {
            "start": 971402988,
            "stop": 971402990
        },
        {
            "start": 971402991,
            "stop": 971402992
        },
        {
            "start": 971402993,
            "stop": 971403009
        },
        {
            "start": 971403010,
            "stop": 971403012
        },
        {
            "start": 971403014,
            "stop": 971403022
        },
        {
            "start": 971403023,
            "stop": 971403024
        },
        {
            "start": 971403026,
            "stop": 971403032
        },
        {
            "start": 971403033,
            "stop": 971403034
        },
        {
            "start": 971403035,
            "stop": 971403045
        },
        {
            "start": 971403046,
            "stop": 971403065
        }
    ]
}