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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=51",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 52,
    "results": [
        {
            "start": 1129068240,
            "stop": 1129068655
        },
        {
            "start": 1129068656,
            "stop": 1129068929
        },
        {
            "start": 1129068930,
            "stop": 1129081452
        },
        {
            "start": 1129081453,
            "stop": 1129084599
        },
        {
            "start": 1129084600,
            "stop": 1129089864
        },
        {
            "start": 1129089865,
            "stop": 1129090614
        },
        {
            "start": 1129090615,
            "stop": 1129095030
        },
        {
            "start": 1129095031,
            "stop": 1129096460
        },
        {
            "start": 1129096462,
            "stop": 1129103552
        },
        {
            "start": 1129103553,
            "stop": 1129106018
        },
        {
            "start": 1129106019,
            "stop": 1129108273
        },
        {
            "start": 1129108274,
            "stop": 1129109659
        },
        {
            "start": 1129109660,
            "stop": 1129120757
        },
        {
            "start": 1129120759,
            "stop": 1129121312
        },
        {
            "start": 1129121313,
            "stop": 1129123131
        },
        {
            "start": 1129123133,
            "stop": 1129125468
        },
        {
            "start": 1129125469,
            "stop": 1129127717
        },
        {
            "start": 1129127718,
            "stop": 1129136024
        },
        {
            "start": 1129136027,
            "stop": 1129136028
        },
        {
            "start": 1129136030,
            "stop": 1129136348
        }
    ]
}