Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3527
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3528",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3526",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3527,
    "results": [
        {
            "start": 970198206,
            "stop": 970198283
        },
        {
            "start": 970198286,
            "stop": 970198689
        },
        {
            "start": 970198692,
            "stop": 970198740
        },
        {
            "start": 970198743,
            "stop": 970199058
        },
        {
            "start": 970199061,
            "stop": 970199266
        },
        {
            "start": 970199277,
            "stop": 970199454
        },
        {
            "start": 970199457,
            "stop": 970199806
        },
        {
            "start": 970199810,
            "stop": 970200001
        },
        {
            "start": 970200002,
            "stop": 970200037
        },
        {
            "start": 970200040,
            "stop": 970200469
        },
        {
            "start": 970200472,
            "stop": 970201712
        },
        {
            "start": 970201713,
            "stop": 970202224
        },
        {
            "start": 970202227,
            "stop": 970202493
        },
        {
            "start": 970202496,
            "stop": 970202754
        },
        {
            "start": 970202757,
            "stop": 970202773
        },
        {
            "start": 970202776,
            "stop": 970202815
        },
        {
            "start": 970202818,
            "stop": 970202876
        },
        {
            "start": 970202879,
            "stop": 970203303
        },
        {
            "start": 970203306,
            "stop": 970203825
        },
        {
            "start": 970203826,
            "stop": 970203838
        }
    ]
}