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=2942
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=2943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2941",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2942,
    "results": [
        {
            "start": 859315741,
            "stop": 859317281
        },
        {
            "start": 859317418,
            "stop": 859317600
        },
        {
            "start": 859318200,
            "stop": 859319400
        },
        {
            "start": 859319460,
            "stop": 859319848
        },
        {
            "start": 859321245,
            "stop": 859321288
        },
        {
            "start": 859321291,
            "stop": 859321620
        },
        {
            "start": 859321680,
            "stop": 859325880
        },
        {
            "start": 859325940,
            "stop": 859348261
        },
        {
            "start": 859349519,
            "stop": 859383540
        },
        {
            "start": 859384860,
            "stop": 859385160
        },
        {
            "start": 859385220,
            "stop": 859385640
        },
        {
            "start": 859385700,
            "stop": 859399829
        },
        {
            "start": 859401092,
            "stop": 859412474
        },
        {
            "start": 859412477,
            "stop": 859412520
        },
        {
            "start": 859412580,
            "stop": 859416715
        },
        {
            "start": 859416718,
            "stop": 859419659
        },
        {
            "start": 859419780,
            "stop": 859422409
        },
        {
            "start": 859422411,
            "stop": 859422621
        },
        {
            "start": 859422623,
            "stop": 859423073
        },
        {
            "start": 859423180,
            "stop": 859431749
        }
    ]
}