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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=444",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=442",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 443,
    "results": [
        {
            "start": 872020639,
            "stop": 872021846
        },
        {
            "start": 872021865,
            "stop": 872021975
        },
        {
            "start": 872021994,
            "stop": 872022035
        },
        {
            "start": 872022054,
            "stop": 872022780
        },
        {
            "start": 872022840,
            "stop": 872023104
        },
        {
            "start": 872023128,
            "stop": 872023140
        },
        {
            "start": 872023200,
            "stop": 872028000
        },
        {
            "start": 872028060,
            "stop": 872028180
        },
        {
            "start": 872028240,
            "stop": 872030640
        },
        {
            "start": 872030705,
            "stop": 872030828
        },
        {
            "start": 872032214,
            "stop": 872032307
        },
        {
            "start": 872032326,
            "stop": 872033792
        },
        {
            "start": 872033811,
            "stop": 872038437
        },
        {
            "start": 872038471,
            "stop": 872043072
        },
        {
            "start": 872043091,
            "stop": 872047413
        },
        {
            "start": 872047431,
            "stop": 872048810
        },
        {
            "start": 872050429,
            "stop": 872092903
        },
        {
            "start": 872093229,
            "stop": 872100120
        },
        {
            "start": 872100180,
            "stop": 872103704
        },
        {
            "start": 872105259,
            "stop": 872113787
        }
    ]
}