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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2940",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2941,
    "results": [
        {
            "start": 859239825,
            "stop": 859242300
        },
        {
            "start": 859242420,
            "stop": 859242503
        },
        {
            "start": 859243717,
            "stop": 859245540
        },
        {
            "start": 859245600,
            "stop": 859246380
        },
        {
            "start": 859246440,
            "stop": 859252355
        },
        {
            "start": 859252358,
            "stop": 859253280
        },
        {
            "start": 859253340,
            "stop": 859281082
        },
        {
            "start": 859284308,
            "stop": 859291993
        },
        {
            "start": 859291995,
            "stop": 859291996
        },
        {
            "start": 859292000,
            "stop": 859292640
        },
        {
            "start": 859292760,
            "stop": 859293922
        },
        {
            "start": 859293926,
            "stop": 859301815
        },
        {
            "start": 859301880,
            "stop": 859302792
        },
        {
            "start": 859302798,
            "stop": 859303920
        },
        {
            "start": 859303983,
            "stop": 859307384
        },
        {
            "start": 859307387,
            "stop": 859311974
        },
        {
            "start": 859311977,
            "stop": 859312447
        },
        {
            "start": 859313713,
            "stop": 859313762
        },
        {
            "start": 859314123,
            "stop": 859314192
        },
        {
            "start": 859314198,
            "stop": 859315738
        }
    ]
}