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=5133
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=5134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5132",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5133,
    "results": [
        {
            "start": 874702340,
            "stop": 874702350
        },
        {
            "start": 874702363,
            "stop": 874702395
        },
        {
            "start": 874702402,
            "stop": 874702415
        },
        {
            "start": 874702422,
            "stop": 874702444
        },
        {
            "start": 874702451,
            "stop": 874702475
        },
        {
            "start": 874702492,
            "stop": 874702508
        },
        {
            "start": 874702515,
            "stop": 874702525
        },
        {
            "start": 874702537,
            "stop": 874702572
        },
        {
            "start": 874702579,
            "stop": 874702620
        },
        {
            "start": 874702627,
            "stop": 874702641
        },
        {
            "start": 874702648,
            "stop": 874702659
        },
        {
            "start": 874702666,
            "stop": 874702667
        },
        {
            "start": 874702684,
            "stop": 874702699
        },
        {
            "start": 874702706,
            "stop": 874702709
        },
        {
            "start": 874702717,
            "stop": 874702771
        },
        {
            "start": 874702779,
            "stop": 874702798
        },
        {
            "start": 874702805,
            "stop": 874702822
        },
        {
            "start": 874702829,
            "stop": 874702832
        },
        {
            "start": 874702840,
            "stop": 874702859
        },
        {
            "start": 874702877,
            "stop": 874702878
        }
    ]
}