Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2441
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2442",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2440",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2441,
    "results": [
        {
            "start": 874190470,
            "stop": 874190619
        },
        {
            "start": 874190636,
            "stop": 874191230
        },
        {
            "start": 874191310,
            "stop": 874192070
        },
        {
            "start": 874192210,
            "stop": 874193687
        },
        {
            "start": 874194343,
            "stop": 874196525
        },
        {
            "start": 874196542,
            "stop": 874196703
        },
        {
            "start": 874196720,
            "stop": 874196930
        },
        {
            "start": 874197010,
            "stop": 874197890
        },
        {
            "start": 874197970,
            "stop": 874199983
        },
        {
            "start": 874200000,
            "stop": 874202064
        },
        {
            "start": 874202081,
            "stop": 874204910
        },
        {
            "start": 874204990,
            "stop": 874207010
        },
        {
            "start": 874207090,
            "stop": 874207250
        },
        {
            "start": 874207330,
            "stop": 874209586
        },
        {
            "start": 874209603,
            "stop": 874221230
        },
        {
            "start": 874221310,
            "stop": 874223280
        },
        {
            "start": 874223340,
            "stop": 874225151
        },
        {
            "start": 874225168,
            "stop": 874226700
        },
        {
            "start": 874226760,
            "stop": 874227026
        },
        {
            "start": 874227308,
            "stop": 874230530
        }
    ]
}