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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=163",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 164,
    "results": [
        {
            "start": 834848413,
            "stop": 834850813
        },
        {
            "start": 834850827,
            "stop": 834850830
        },
        {
            "start": 834870073,
            "stop": 834873793
        },
        {
            "start": 834875173,
            "stop": 834878053
        },
        {
            "start": 834879013,
            "stop": 834882774
        },
        {
            "start": 834882776,
            "stop": 834896155
        },
        {
            "start": 834897133,
            "stop": 834906073
        },
        {
            "start": 834907033,
            "stop": 834930373
        },
        {
            "start": 834931844,
            "stop": 834932773
        },
        {
            "start": 834933733,
            "stop": 834948553
        },
        {
            "start": 834948576,
            "stop": 834948577
        },
        {
            "start": 834948913,
            "stop": 834950173
        },
        {
            "start": 834950181,
            "stop": 834950183
        },
        {
            "start": 834950321,
            "stop": 834950343
        },
        {
            "start": 834955993,
            "stop": 834960373
        },
        {
            "start": 834961513,
            "stop": 834963285
        },
        {
            "start": 834964633,
            "stop": 834972660
        },
        {
            "start": 834972661,
            "stop": 834972681
        },
        {
            "start": 834972683,
            "stop": 834972684
        },
        {
            "start": 834972685,
            "stop": 834972697
        }
    ]
}