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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3229",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3230,
    "results": [
        {
            "start": 872021111,
            "stop": 872021221
        },
        {
            "start": 872021225,
            "stop": 872021854
        },
        {
            "start": 872021857,
            "stop": 872021983
        },
        {
            "start": 872021986,
            "stop": 872022043
        },
        {
            "start": 872022046,
            "stop": 872022780
        },
        {
            "start": 872022840,
            "stop": 872023112
        },
        {
            "start": 872023120,
            "stop": 872023140
        },
        {
            "start": 872023200,
            "stop": 872023800
        },
        {
            "start": 872023860,
            "stop": 872026500
        },
        {
            "start": 872026620,
            "stop": 872026929
        },
        {
            "start": 872026933,
            "stop": 872028000
        },
        {
            "start": 872028240,
            "stop": 872030640
        },
        {
            "start": 872030700,
            "stop": 872030836
        },
        {
            "start": 872032214,
            "stop": 872032315
        },
        {
            "start": 872032318,
            "stop": 872033640
        },
        {
            "start": 872033700,
            "stop": 872033800
        },
        {
            "start": 872033803,
            "stop": 872038440
        },
        {
            "start": 872038500,
            "stop": 872043080
        },
        {
            "start": 872043083,
            "stop": 872047420
        },
        {
            "start": 872047423,
            "stop": 872048810
        }
    ]
}