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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=13",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 14,
    "results": [
        {
            "start": 1169275988,
            "stop": 1169288484
        },
        {
            "start": 1169290831,
            "stop": 1169291420
        },
        {
            "start": 1169293904,
            "stop": 1169300624
        },
        {
            "start": 1169300626,
            "stop": 1169308839
        },
        {
            "start": 1169335722,
            "stop": 1169340918
        },
        {
            "start": 1169340968,
            "stop": 1169341684
        },
        {
            "start": 1169344953,
            "stop": 1169357578
        },
        {
            "start": 1169361477,
            "stop": 1169389517
        },
        {
            "start": 1169389519,
            "stop": 1169389524
        },
        {
            "start": 1169389526,
            "stop": 1169395694
        },
        {
            "start": 1169405061,
            "stop": 1169413320
        },
        {
            "start": 1169413322,
            "stop": 1169414956
        },
        {
            "start": 1169414958,
            "stop": 1169416751
        },
        {
            "start": 1169417399,
            "stop": 1169417943
        },
        {
            "start": 1169424372,
            "stop": 1169430796
        },
        {
            "start": 1169430798,
            "stop": 1169436355
        },
        {
            "start": 1169436357,
            "stop": 1169488086
        },
        {
            "start": 1169488088,
            "stop": 1169488091
        },
        {
            "start": 1169488093,
            "stop": 1169492249
        },
        {
            "start": 1169492251,
            "stop": 1169492695
        }
    ]
}