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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=66",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 67,
    "results": [
        {
            "start": 1373417088,
            "stop": 1373417401
        },
        {
            "start": 1373417406,
            "stop": 1373440213
        },
        {
            "start": 1373440218,
            "stop": 1373450752
        },
        {
            "start": 1373450757,
            "stop": 1373453783
        },
        {
            "start": 1373453788,
            "stop": 1373461675
        },
        {
            "start": 1373461678,
            "stop": 1373476125
        },
        {
            "start": 1373476130,
            "stop": 1373483208
        },
        {
            "start": 1373490721,
            "stop": 1373493939
        },
        {
            "start": 1373493944,
            "stop": 1373503460
        },
        {
            "start": 1373503465,
            "stop": 1373504518
        },
        {
            "start": 1373504523,
            "stop": 1373504889
        },
        {
            "start": 1373504894,
            "stop": 1373506242
        },
        {
            "start": 1373506247,
            "stop": 1373514108
        },
        {
            "start": 1373514113,
            "stop": 1373514257
        },
        {
            "start": 1373516481,
            "stop": 1373517931
        },
        {
            "start": 1373517936,
            "stop": 1373523387
        },
        {
            "start": 1373523392,
            "stop": 1373525677
        },
        {
            "start": 1373546127,
            "stop": 1373546475
        },
        {
            "start": 1373553439,
            "stop": 1373558004
        },
        {
            "start": 1373558009,
            "stop": 1373562318
        }
    ]
}