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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=636",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=634",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 635,
    "results": [
        {
            "start": 1263602902,
            "stop": 1263603057
        },
        {
            "start": 1263603060,
            "stop": 1263608629
        },
        {
            "start": 1263608631,
            "stop": 1263610058
        },
        {
            "start": 1263610061,
            "stop": 1263612380
        },
        {
            "start": 1263612382,
            "stop": 1263613225
        },
        {
            "start": 1263613228,
            "stop": 1263615146
        },
        {
            "start": 1263620637,
            "stop": 1263622568
        },
        {
            "start": 1263622571,
            "stop": 1263622792
        },
        {
            "start": 1263622795,
            "stop": 1263623400
        },
        {
            "start": 1263623403,
            "stop": 1263627450
        },
        {
            "start": 1263627453,
            "stop": 1263628885
        },
        {
            "start": 1263628887,
            "stop": 1263631560
        },
        {
            "start": 1263631564,
            "stop": 1263632148
        },
        {
            "start": 1263632154,
            "stop": 1263632404
        },
        {
            "start": 1263632413,
            "stop": 1263633695
        },
        {
            "start": 1263633697,
            "stop": 1263634408
        },
        {
            "start": 1263634416,
            "stop": 1263635347
        },
        {
            "start": 1263635350,
            "stop": 1263642446
        },
        {
            "start": 1263642449,
            "stop": 1263643159
        },
        {
            "start": 1263643162,
            "stop": 1263647657
        }
    ]
}