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=29394
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=29395",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29393",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29394,
    "results": [
        {
            "start": 971403069,
            "stop": 971403072
        },
        {
            "start": 971403073,
            "stop": 971403080
        },
        {
            "start": 971403081,
            "stop": 971403082
        },
        {
            "start": 971403084,
            "stop": 971403098
        },
        {
            "start": 971403099,
            "stop": 971403104
        },
        {
            "start": 971403105,
            "stop": 971403112
        },
        {
            "start": 971403113,
            "stop": 971403115
        },
        {
            "start": 971403118,
            "stop": 971403122
        },
        {
            "start": 971403123,
            "stop": 971403124
        },
        {
            "start": 971403127,
            "stop": 971403130
        },
        {
            "start": 971403131,
            "stop": 971403134
        },
        {
            "start": 971403136,
            "stop": 971403145
        },
        {
            "start": 971403146,
            "stop": 971403174
        },
        {
            "start": 971403175,
            "stop": 971403180
        },
        {
            "start": 971403181,
            "stop": 971403190
        },
        {
            "start": 971403192,
            "stop": 971403200
        },
        {
            "start": 971403201,
            "stop": 971403205
        },
        {
            "start": 971403207,
            "stop": 971403211
        },
        {
            "start": 971403213,
            "stop": 971403237
        },
        {
            "start": 971403239,
            "stop": 971403247
        }
    ]
}