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=360
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=361",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=359",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 360,
    "results": [
        {
            "start": 1182662277,
            "stop": 1182662282
        },
        {
            "start": 1182662284,
            "stop": 1182662305
        },
        {
            "start": 1182662308,
            "stop": 1182662341
        },
        {
            "start": 1182662343,
            "stop": 1182662347
        },
        {
            "start": 1182662350,
            "stop": 1182662449
        },
        {
            "start": 1182662450,
            "stop": 1182662499
        },
        {
            "start": 1182662501,
            "stop": 1182662518
        },
        {
            "start": 1182662519,
            "stop": 1182662612
        },
        {
            "start": 1182662613,
            "stop": 1182662679
        },
        {
            "start": 1182662681,
            "stop": 1182662719
        },
        {
            "start": 1182662720,
            "stop": 1182662828
        },
        {
            "start": 1182662830,
            "stop": 1182662881
        },
        {
            "start": 1182662882,
            "stop": 1182662893
        },
        {
            "start": 1182662895,
            "stop": 1182662897
        },
        {
            "start": 1182662901,
            "stop": 1182663115
        },
        {
            "start": 1182663116,
            "stop": 1182663118
        },
        {
            "start": 1182663121,
            "stop": 1182663283
        },
        {
            "start": 1182663284,
            "stop": 1182663564
        },
        {
            "start": 1182663566,
            "stop": 1182663641
        },
        {
            "start": 1182663643,
            "stop": 1182663877
        }
    ]
}