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=121
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=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=120",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 121,
    "results": [
        {
            "start": 820161902,
            "stop": 820163199
        },
        {
            "start": 820163202,
            "stop": 820163786
        },
        {
            "start": 820163789,
            "stop": 820164374
        },
        {
            "start": 820164377,
            "stop": 820164768
        },
        {
            "start": 820164771,
            "stop": 820165133
        },
        {
            "start": 820165136,
            "stop": 820165139
        },
        {
            "start": 820165142,
            "stop": 820165177
        },
        {
            "start": 820165180,
            "stop": 820165570
        },
        {
            "start": 820165573,
            "stop": 820165789
        },
        {
            "start": 820165792,
            "stop": 820166357
        },
        {
            "start": 820166360,
            "stop": 820166522
        },
        {
            "start": 820166526,
            "stop": 820167519
        },
        {
            "start": 820167522,
            "stop": 820167641
        },
        {
            "start": 820167644,
            "stop": 820167925
        },
        {
            "start": 820167928,
            "stop": 820168123
        },
        {
            "start": 820168127,
            "stop": 820168530
        },
        {
            "start": 820168534,
            "stop": 820168764
        },
        {
            "start": 820168767,
            "stop": 820168895
        },
        {
            "start": 820168898,
            "stop": 820169024
        },
        {
            "start": 820169027,
            "stop": 820169697
        }
    ]
}