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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=826",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=824",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 825,
    "results": [
        {
            "start": 1250342249,
            "stop": 1250342256
        },
        {
            "start": 1250342266,
            "stop": 1250342319
        },
        {
            "start": 1250342323,
            "stop": 1250342327
        },
        {
            "start": 1250342332,
            "stop": 1250342345
        },
        {
            "start": 1250342352,
            "stop": 1250342363
        },
        {
            "start": 1250342367,
            "stop": 1250342376
        },
        {
            "start": 1250342381,
            "stop": 1250342382
        },
        {
            "start": 1250342387,
            "stop": 1250342604
        },
        {
            "start": 1250342607,
            "stop": 1250342641
        },
        {
            "start": 1250342644,
            "stop": 1250342699
        },
        {
            "start": 1250342704,
            "stop": 1250342753
        },
        {
            "start": 1250342757,
            "stop": 1250342902
        },
        {
            "start": 1250342907,
            "stop": 1250342937
        },
        {
            "start": 1250342941,
            "stop": 1250342946
        },
        {
            "start": 1250342949,
            "stop": 1250342952
        },
        {
            "start": 1250342957,
            "stop": 1250342964
        },
        {
            "start": 1250342969,
            "stop": 1250342970
        },
        {
            "start": 1250342976,
            "stop": 1250342980
        },
        {
            "start": 1250342985,
            "stop": 1250342992
        },
        {
            "start": 1250342995,
            "stop": 1250342997
        }
    ]
}