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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3586",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3584",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3585,
    "results": [
        {
            "start": 970410334,
            "stop": 970410350
        },
        {
            "start": 970410353,
            "stop": 970410373
        },
        {
            "start": 970410376,
            "stop": 970410388
        },
        {
            "start": 970410391,
            "stop": 970410393
        },
        {
            "start": 970410396,
            "stop": 970410411
        },
        {
            "start": 970410417,
            "stop": 970410421
        },
        {
            "start": 970410424,
            "stop": 970410437
        },
        {
            "start": 970410440,
            "stop": 970410447
        },
        {
            "start": 970410452,
            "stop": 970410453
        },
        {
            "start": 970410456,
            "stop": 970410458
        },
        {
            "start": 970410461,
            "stop": 970410491
        },
        {
            "start": 970410681,
            "stop": 970410682
        },
        {
            "start": 970410705,
            "stop": 970410709
        },
        {
            "start": 970410745,
            "stop": 970410753
        },
        {
            "start": 970410756,
            "stop": 970410790
        },
        {
            "start": 970410793,
            "stop": 970410799
        },
        {
            "start": 970410804,
            "stop": 970410805
        },
        {
            "start": 970410808,
            "stop": 970410819
        },
        {
            "start": 970410822,
            "stop": 970410834
        },
        {
            "start": 970410837,
            "stop": 970410841
        }
    ]
}