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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=267",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 268,
    "results": [
        {
            "start": 1377025817,
            "stop": 1377026673
        },
        {
            "start": 1377026675,
            "stop": 1377026792
        },
        {
            "start": 1377026794,
            "stop": 1377027660
        },
        {
            "start": 1377027661,
            "stop": 1377028486
        },
        {
            "start": 1377028488,
            "stop": 1377029811
        },
        {
            "start": 1377036570,
            "stop": 1377037298
        },
        {
            "start": 1377037300,
            "stop": 1377038155
        },
        {
            "start": 1377038156,
            "stop": 1377038949
        },
        {
            "start": 1377038951,
            "stop": 1377039928
        },
        {
            "start": 1377039930,
            "stop": 1377040836
        },
        {
            "start": 1377040837,
            "stop": 1377041875
        },
        {
            "start": 1377041877,
            "stop": 1377042774
        },
        {
            "start": 1377042775,
            "stop": 1377043854
        },
        {
            "start": 1377043855,
            "stop": 1377044750
        },
        {
            "start": 1377044752,
            "stop": 1377045648
        },
        {
            "start": 1377045649,
            "stop": 1377046647
        },
        {
            "start": 1377046648,
            "stop": 1377047705
        },
        {
            "start": 1377047707,
            "stop": 1377048235
        },
        {
            "start": 1377048238,
            "stop": 1377049916
        },
        {
            "start": 1377049918,
            "stop": 1377050661
        }
    ]
}