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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3536",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3534",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3535,
    "results": [
        {
            "start": 970228894,
            "stop": 970228913
        },
        {
            "start": 970228919,
            "stop": 970229784
        },
        {
            "start": 970229787,
            "stop": 970229944
        },
        {
            "start": 970229952,
            "stop": 970229973
        },
        {
            "start": 970229979,
            "stop": 970230112
        },
        {
            "start": 970230115,
            "stop": 970230301
        },
        {
            "start": 970230304,
            "stop": 970230561
        },
        {
            "start": 970230562,
            "stop": 970230663
        },
        {
            "start": 970230666,
            "stop": 970230695
        },
        {
            "start": 970230698,
            "stop": 970231617
        },
        {
            "start": 970231620,
            "stop": 970231638
        },
        {
            "start": 970231641,
            "stop": 970231868
        },
        {
            "start": 970231871,
            "stop": 970232263
        },
        {
            "start": 970232269,
            "stop": 970232479
        },
        {
            "start": 970232480,
            "stop": 970232618
        },
        {
            "start": 970232621,
            "stop": 970232813
        },
        {
            "start": 970232816,
            "stop": 970232843
        },
        {
            "start": 970232849,
            "stop": 970233127
        },
        {
            "start": 970233130,
            "stop": 970233133
        },
        {
            "start": 970233136,
            "stop": 970233217
        }
    ]
}