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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=208",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 209,
    "results": [
        {
            "start": 1126857318,
            "stop": 1126857526
        },
        {
            "start": 1126857528,
            "stop": 1126857776
        },
        {
            "start": 1126857778,
            "stop": 1126857838
        },
        {
            "start": 1126857839,
            "stop": 1126857893
        },
        {
            "start": 1126857894,
            "stop": 1126857901
        },
        {
            "start": 1126857903,
            "stop": 1126857963
        },
        {
            "start": 1126857965,
            "stop": 1126857968
        },
        {
            "start": 1126857970,
            "stop": 1126857971
        },
        {
            "start": 1126857973,
            "stop": 1126858005
        },
        {
            "start": 1126858006,
            "stop": 1126858015
        },
        {
            "start": 1126858016,
            "stop": 1126858026
        },
        {
            "start": 1126858027,
            "stop": 1126858044
        },
        {
            "start": 1126858049,
            "stop": 1126858050
        },
        {
            "start": 1126858051,
            "stop": 1126858052
        },
        {
            "start": 1126858056,
            "stop": 1126858058
        },
        {
            "start": 1126858059,
            "stop": 1126858070
        },
        {
            "start": 1126858071,
            "stop": 1126858080
        },
        {
            "start": 1126858081,
            "stop": 1126858082
        },
        {
            "start": 1126858085,
            "stop": 1126858087
        },
        {
            "start": 1126858088,
            "stop": 1126858092
        }
    ]
}