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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33204",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33202",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33203,
    "results": [
        {
            "start": 970899635,
            "stop": 970899811
        },
        {
            "start": 970899812,
            "stop": 970899828
        },
        {
            "start": 970899831,
            "stop": 970899947
        },
        {
            "start": 970899948,
            "stop": 970900105
        },
        {
            "start": 970900106,
            "stop": 970900202
        },
        {
            "start": 970900203,
            "stop": 970900262
        },
        {
            "start": 970900263,
            "stop": 970900352
        },
        {
            "start": 970900353,
            "stop": 970900379
        },
        {
            "start": 970901164,
            "stop": 970901512
        },
        {
            "start": 970901515,
            "stop": 970901730
        },
        {
            "start": 970901733,
            "stop": 970901850
        },
        {
            "start": 970901856,
            "stop": 970901858
        },
        {
            "start": 970901861,
            "stop": 970901863
        },
        {
            "start": 970901869,
            "stop": 970901875
        },
        {
            "start": 970901881,
            "stop": 970901883
        },
        {
            "start": 970901889,
            "stop": 970901899
        },
        {
            "start": 970901905,
            "stop": 970901931
        },
        {
            "start": 970901937,
            "stop": 970901957
        },
        {
            "start": 970901958,
            "stop": 970902226
        },
        {
            "start": 970902232,
            "stop": 970902260
        }
    ]
}