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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40843",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40841",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40842,
    "results": [
        {
            "start": 875044620,
            "stop": 875044648
        },
        {
            "start": 875044649,
            "stop": 875044659
        },
        {
            "start": 875044661,
            "stop": 875044705
        },
        {
            "start": 875044707,
            "stop": 875044792
        },
        {
            "start": 875044793,
            "stop": 875044802
        },
        {
            "start": 875044803,
            "stop": 875044809
        },
        {
            "start": 875044811,
            "stop": 875044831
        },
        {
            "start": 875044834,
            "stop": 875044842
        },
        {
            "start": 875044844,
            "stop": 875044850
        },
        {
            "start": 875044852,
            "stop": 875044854
        },
        {
            "start": 875044856,
            "stop": 875044906
        },
        {
            "start": 875044908,
            "stop": 875044951
        },
        {
            "start": 875044953,
            "stop": 875045056
        },
        {
            "start": 875045057,
            "stop": 875045077
        },
        {
            "start": 875045079,
            "stop": 875045098
        },
        {
            "start": 875045100,
            "stop": 875045110
        },
        {
            "start": 875045111,
            "stop": 875045141
        },
        {
            "start": 875045142,
            "stop": 875045162
        },
        {
            "start": 875045164,
            "stop": 875045183
        },
        {
            "start": 875045185,
            "stop": 875045205
        }
    ]
}