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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5042",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5043,
    "results": [
        {
            "start": 874593525,
            "stop": 874593535
        },
        {
            "start": 874593542,
            "stop": 874593694
        },
        {
            "start": 874593701,
            "stop": 874593742
        },
        {
            "start": 874593749,
            "stop": 874593817
        },
        {
            "start": 874593824,
            "stop": 874593848
        },
        {
            "start": 874593856,
            "stop": 874593971
        },
        {
            "start": 874593978,
            "stop": 874593989
        },
        {
            "start": 874593998,
            "stop": 874594030
        },
        {
            "start": 874594038,
            "stop": 874594263
        },
        {
            "start": 874594270,
            "stop": 874594413
        },
        {
            "start": 874594420,
            "stop": 874594489
        },
        {
            "start": 874594496,
            "stop": 874594512
        },
        {
            "start": 874594519,
            "stop": 874594566
        },
        {
            "start": 874594573,
            "stop": 874594579
        },
        {
            "start": 874594586,
            "stop": 874594670
        },
        {
            "start": 874594677,
            "stop": 874594724
        },
        {
            "start": 874594731,
            "stop": 874594755
        },
        {
            "start": 874594765,
            "stop": 874594771
        },
        {
            "start": 874594778,
            "stop": 874594842
        },
        {
            "start": 874594849,
            "stop": 874594927
        }
    ]
}