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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=42",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 43,
    "results": [
        {
            "start": 1129068933,
            "stop": 1129081449
        },
        {
            "start": 1129081456,
            "stop": 1129084599
        },
        {
            "start": 1129084600,
            "stop": 1129089861
        },
        {
            "start": 1129089868,
            "stop": 1129090611
        },
        {
            "start": 1129090618,
            "stop": 1129095030
        },
        {
            "start": 1129095031,
            "stop": 1129096457
        },
        {
            "start": 1129096465,
            "stop": 1129109659
        },
        {
            "start": 1129109660,
            "stop": 1129120754
        },
        {
            "start": 1129120762,
            "stop": 1129121309
        },
        {
            "start": 1129121316,
            "stop": 1129123128
        },
        {
            "start": 1129123136,
            "stop": 1129125468
        },
        {
            "start": 1129125469,
            "stop": 1129127717
        },
        {
            "start": 1129127718,
            "stop": 1129136021
        },
        {
            "start": 1129136033,
            "stop": 1129136348
        },
        {
            "start": 1129136736,
            "stop": 1129152759
        },
        {
            "start": 1129155660,
            "stop": 1129158384
        },
        {
            "start": 1129158393,
            "stop": 1129159215
        },
        {
            "start": 1129159222,
            "stop": 1129159421
        },
        {
            "start": 1129159428,
            "stop": 1129160380
        },
        {
            "start": 1129160387,
            "stop": 1129161265
        }
    ]
}