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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=277",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 278,
    "results": [
        {
            "start": 1177518138,
            "stop": 1177518406
        },
        {
            "start": 1177518410,
            "stop": 1177519213
        },
        {
            "start": 1177519217,
            "stop": 1177522343
        },
        {
            "start": 1177522346,
            "stop": 1177522361
        },
        {
            "start": 1177522364,
            "stop": 1177528339
        },
        {
            "start": 1177528340,
            "stop": 1177532601
        },
        {
            "start": 1177532605,
            "stop": 1177536990
        },
        {
            "start": 1177536991,
            "stop": 1177537470
        },
        {
            "start": 1177537471,
            "stop": 1177537472
        },
        {
            "start": 1177537474,
            "stop": 1177540898
        },
        {
            "start": 1177540899,
            "stop": 1177540900
        },
        {
            "start": 1177540903,
            "stop": 1177541752
        },
        {
            "start": 1177542251,
            "stop": 1177546063
        },
        {
            "start": 1177546064,
            "stop": 1177548588
        },
        {
            "start": 1177548592,
            "stop": 1177555511
        },
        {
            "start": 1177555512,
            "stop": 1177559671
        },
        {
            "start": 1177559672,
            "stop": 1177561243
        },
        {
            "start": 1177561247,
            "stop": 1177563454
        },
        {
            "start": 1177563456,
            "stop": 1177565301
        },
        {
            "start": 1177565302,
            "stop": 1177578876
        }
    ]
}