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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=140",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 141,
    "results": [
        {
            "start": 1126660174,
            "stop": 1126660176
        },
        {
            "start": 1126660177,
            "stop": 1126660178
        },
        {
            "start": 1126660184,
            "stop": 1126660185
        },
        {
            "start": 1126660187,
            "stop": 1126660190
        },
        {
            "start": 1126660193,
            "stop": 1126660198
        },
        {
            "start": 1126660199,
            "stop": 1126660234
        },
        {
            "start": 1126660235,
            "stop": 1126660263
        },
        {
            "start": 1126660264,
            "stop": 1126660277
        },
        {
            "start": 1126660280,
            "stop": 1126660283
        },
        {
            "start": 1126660284,
            "stop": 1126660286
        },
        {
            "start": 1126660287,
            "stop": 1126660289
        },
        {
            "start": 1126660290,
            "stop": 1126660294
        },
        {
            "start": 1126660296,
            "stop": 1126660297
        },
        {
            "start": 1126660298,
            "stop": 1126660299
        },
        {
            "start": 1126660300,
            "stop": 1126660321
        },
        {
            "start": 1126660323,
            "stop": 1126660342
        },
        {
            "start": 1126660343,
            "stop": 1126660345
        },
        {
            "start": 1126660347,
            "stop": 1126660349
        },
        {
            "start": 1126660350,
            "stop": 1126660352
        },
        {
            "start": 1126660353,
            "stop": 1126660361
        }
    ]
}