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=1935
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=1936",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1934",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1935,
    "results": [
        {
            "start": 1252498891,
            "stop": 1252499426
        },
        {
            "start": 1252499429,
            "stop": 1252499977
        },
        {
            "start": 1252499980,
            "stop": 1252500408
        },
        {
            "start": 1252500411,
            "stop": 1252501398
        },
        {
            "start": 1252501406,
            "stop": 1252504254
        },
        {
            "start": 1252504257,
            "stop": 1252504793
        },
        {
            "start": 1252504794,
            "stop": 1252505696
        },
        {
            "start": 1252505697,
            "stop": 1252509450
        },
        {
            "start": 1252509453,
            "stop": 1252509531
        },
        {
            "start": 1252509534,
            "stop": 1252512491
        },
        {
            "start": 1252512494,
            "stop": 1252512568
        },
        {
            "start": 1252512571,
            "stop": 1252512983
        },
        {
            "start": 1252512986,
            "stop": 1252514278
        },
        {
            "start": 1252514286,
            "stop": 1252520777
        },
        {
            "start": 1252520780,
            "stop": 1252524353
        },
        {
            "start": 1252524356,
            "stop": 1252525144
        },
        {
            "start": 1252525145,
            "stop": 1252526597
        },
        {
            "start": 1252526598,
            "stop": 1252530014
        },
        {
            "start": 1252530017,
            "stop": 1252530308
        },
        {
            "start": 1252530310,
            "stop": 1252530814
        }
    ]
}