Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=348
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=347",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 348,
    "results": [
        {
            "start": 874802689,
            "stop": 874817323
        },
        {
            "start": 874819487,
            "stop": 874845956
        },
        {
            "start": 874847419,
            "stop": 874847979
        },
        {
            "start": 874850662,
            "stop": 874857653
        },
        {
            "start": 874869121,
            "stop": 874873727
        },
        {
            "start": 874874027,
            "stop": 874874462
        },
        {
            "start": 874874572,
            "stop": 874874759
        },
        {
            "start": 874875059,
            "stop": 874875247
        },
        {
            "start": 874875547,
            "stop": 874878055
        },
        {
            "start": 874879899,
            "stop": 874885171
        },
        {
            "start": 874885363,
            "stop": 874901592
        },
        {
            "start": 874901892,
            "stop": 874902136
        },
        {
            "start": 874902246,
            "stop": 874902706
        },
        {
            "start": 874903006,
            "stop": 874935190
        },
        {
            "start": 874936157,
            "stop": 874945445
        },
        {
            "start": 874953518,
            "stop": 874953585
        },
        {
            "start": 874953587,
            "stop": 874979345
        },
        {
            "start": 874984623,
            "stop": 874984862
        },
        {
            "start": 874986318,
            "stop": 875022624
        },
        {
            "start": 875031523,
            "stop": 875041695
        }
    ]
}