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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=35",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 36,
    "results": [
        {
            "start": 1238561324,
            "stop": 1238561325
        },
        {
            "start": 1238561326,
            "stop": 1238561702
        },
        {
            "start": 1238561704,
            "stop": 1238561802
        },
        {
            "start": 1238561804,
            "stop": 1238561826
        },
        {
            "start": 1238561830,
            "stop": 1238561840
        },
        {
            "start": 1238561843,
            "stop": 1238562285
        },
        {
            "start": 1238562286,
            "stop": 1238562288
        },
        {
            "start": 1238562289,
            "stop": 1238562374
        },
        {
            "start": 1238562375,
            "stop": 1238562379
        },
        {
            "start": 1238562380,
            "stop": 1238562417
        },
        {
            "start": 1238562418,
            "stop": 1238562419
        },
        {
            "start": 1238562420,
            "stop": 1238562502
        },
        {
            "start": 1238562503,
            "stop": 1238562506
        },
        {
            "start": 1238562507,
            "stop": 1238562567
        },
        {
            "start": 1238562569,
            "stop": 1238562571
        },
        {
            "start": 1238562572,
            "stop": 1238562590
        },
        {
            "start": 1238562591,
            "stop": 1238562597
        },
        {
            "start": 1238562598,
            "stop": 1238562711
        },
        {
            "start": 1238562712,
            "stop": 1238562718
        },
        {
            "start": 1238562719,
            "stop": 1238562814
        }
    ]
}