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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=205",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 206,
    "results": [
        {
            "start": 931152756,
            "stop": 931152757
        },
        {
            "start": 931152758,
            "stop": 931152762
        },
        {
            "start": 931152763,
            "stop": 931152764
        },
        {
            "start": 931152765,
            "stop": 931152766
        },
        {
            "start": 931152769,
            "stop": 931152771
        },
        {
            "start": 931152772,
            "stop": 931152777
        },
        {
            "start": 931152778,
            "stop": 931152784
        },
        {
            "start": 931152786,
            "stop": 931152790
        },
        {
            "start": 931152791,
            "stop": 931152792
        },
        {
            "start": 931152793,
            "stop": 931152794
        },
        {
            "start": 931152797,
            "stop": 931152798
        },
        {
            "start": 931152803,
            "stop": 931152804
        },
        {
            "start": 931152805,
            "stop": 931152807
        },
        {
            "start": 931152809,
            "stop": 931152812
        },
        {
            "start": 931152814,
            "stop": 931152815
        },
        {
            "start": 931152816,
            "stop": 931152819
        },
        {
            "start": 931152820,
            "stop": 931152823
        },
        {
            "start": 931152825,
            "stop": 931152829
        },
        {
            "start": 931152831,
            "stop": 931152832
        },
        {
            "start": 931152833,
            "stop": 931152839
        }
    ]
}