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/H2_CBCLOW_CAT3/segments?format=api&page=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=246",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 247,
    "results": [
        {
            "start": 820920093,
            "stop": 820920126
        },
        {
            "start": 820920134,
            "stop": 820920139
        },
        {
            "start": 820920146,
            "stop": 820920253
        },
        {
            "start": 820920882,
            "stop": 820921009
        },
        {
            "start": 820921016,
            "stop": 820921058
        },
        {
            "start": 820921065,
            "stop": 820921418
        },
        {
            "start": 820921425,
            "stop": 820921493
        },
        {
            "start": 820921500,
            "stop": 820921526
        },
        {
            "start": 820921533,
            "stop": 820921564
        },
        {
            "start": 820921730,
            "stop": 820921808
        },
        {
            "start": 820921815,
            "stop": 820921933
        },
        {
            "start": 820921940,
            "stop": 820921942
        },
        {
            "start": 820922668,
            "stop": 820922670
        },
        {
            "start": 820922678,
            "stop": 820922719
        },
        {
            "start": 820922726,
            "stop": 820922753
        },
        {
            "start": 820922761,
            "stop": 820922935
        },
        {
            "start": 820922942,
            "stop": 820923085
        },
        {
            "start": 820923092,
            "stop": 820923150
        },
        {
            "start": 820923158,
            "stop": 820923231
        },
        {
            "start": 820923238,
            "stop": 820923470
        }
    ]
}