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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6659",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6657",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6658,
    "results": [
        {
            "start": 875032358,
            "stop": 875032478
        },
        {
            "start": 875032480,
            "stop": 875032616
        },
        {
            "start": 875032617,
            "stop": 875032646
        },
        {
            "start": 875032647,
            "stop": 875032704
        },
        {
            "start": 875032706,
            "stop": 875033011
        },
        {
            "start": 875033013,
            "stop": 875033036
        },
        {
            "start": 875033037,
            "stop": 875033504
        },
        {
            "start": 875033505,
            "stop": 875033629
        },
        {
            "start": 875033631,
            "stop": 875034270
        },
        {
            "start": 875034271,
            "stop": 875034522
        },
        {
            "start": 875034523,
            "stop": 875034677
        },
        {
            "start": 875034678,
            "stop": 875034680
        },
        {
            "start": 875034681,
            "stop": 875034711
        },
        {
            "start": 875034712,
            "stop": 875034717
        },
        {
            "start": 875034718,
            "stop": 875034885
        },
        {
            "start": 875034886,
            "stop": 875035025
        },
        {
            "start": 875035027,
            "stop": 875035921
        },
        {
            "start": 875035922,
            "stop": 875036399
        },
        {
            "start": 875036400,
            "stop": 875036404
        },
        {
            "start": 875036405,
            "stop": 875036601
        }
    ]
}