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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3474",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3472",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3473,
    "results": [
        {
            "start": 969975971,
            "stop": 969975973
        },
        {
            "start": 969975976,
            "stop": 969975985
        },
        {
            "start": 969975988,
            "stop": 969976239
        },
        {
            "start": 969976359,
            "stop": 969976377
        },
        {
            "start": 969976380,
            "stop": 969976399
        },
        {
            "start": 969976439,
            "stop": 969976532
        },
        {
            "start": 969976537,
            "stop": 969976555
        },
        {
            "start": 969976558,
            "stop": 969976637
        },
        {
            "start": 969976640,
            "stop": 969976862
        },
        {
            "start": 969976865,
            "stop": 969976910
        },
        {
            "start": 969976913,
            "stop": 969977225
        },
        {
            "start": 969977228,
            "stop": 969977267
        },
        {
            "start": 969977392,
            "stop": 969977447
        },
        {
            "start": 969977630,
            "stop": 969977636
        },
        {
            "start": 969977639,
            "stop": 969977792
        },
        {
            "start": 969977795,
            "stop": 969977807
        },
        {
            "start": 969978107,
            "stop": 969978279
        },
        {
            "start": 969978407,
            "stop": 969978409
        },
        {
            "start": 969978412,
            "stop": 969978456
        },
        {
            "start": 969978459,
            "stop": 969978703
        }
    ]
}