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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=589",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=587",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 588,
    "results": [
        {
            "start": 840405357,
            "stop": 840406176
        },
        {
            "start": 840406187,
            "stop": 840407193
        },
        {
            "start": 840407199,
            "stop": 840414655
        },
        {
            "start": 840414660,
            "stop": 840474605
        },
        {
            "start": 840474610,
            "stop": 840481840
        },
        {
            "start": 840481845,
            "stop": 840486734
        },
        {
            "start": 840486741,
            "stop": 840488412
        },
        {
            "start": 840489766,
            "stop": 840492001
        },
        {
            "start": 840493347,
            "stop": 840500902
        },
        {
            "start": 840502286,
            "stop": 840502636
        },
        {
            "start": 840505845,
            "stop": 840576655
        },
        {
            "start": 840585328,
            "stop": 840585716
        },
        {
            "start": 840585724,
            "stop": 840671296
        },
        {
            "start": 840672500,
            "stop": 840734656
        },
        {
            "start": 840735792,
            "stop": 840736562
        },
        {
            "start": 840736571,
            "stop": 840736827
        },
        {
            "start": 840737388,
            "stop": 840737469
        },
        {
            "start": 840737483,
            "stop": 840737681
        },
        {
            "start": 840738336,
            "stop": 840740757
        },
        {
            "start": 840741319,
            "stop": 840749416
        }
    ]
}