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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=692",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=690",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 691,
    "results": [
        {
            "start": 1248760495,
            "stop": 1248760498
        },
        {
            "start": 1248760501,
            "stop": 1248760502
        },
        {
            "start": 1248760506,
            "stop": 1248760509
        },
        {
            "start": 1248760516,
            "stop": 1248760576
        },
        {
            "start": 1248760577,
            "stop": 1248760640
        },
        {
            "start": 1248760643,
            "stop": 1248760662
        },
        {
            "start": 1248760663,
            "stop": 1248760668
        },
        {
            "start": 1248760670,
            "stop": 1248760674
        },
        {
            "start": 1248760676,
            "stop": 1248760687
        },
        {
            "start": 1248760690,
            "stop": 1248760705
        },
        {
            "start": 1248760708,
            "stop": 1248760712
        },
        {
            "start": 1248760717,
            "stop": 1248760718
        },
        {
            "start": 1248760720,
            "stop": 1248760725
        },
        {
            "start": 1248760726,
            "stop": 1248760732
        },
        {
            "start": 1248760739,
            "stop": 1248760761
        },
        {
            "start": 1248760763,
            "stop": 1248760769
        },
        {
            "start": 1248760775,
            "stop": 1248760779
        },
        {
            "start": 1248760783,
            "stop": 1248760789
        },
        {
            "start": 1248760792,
            "stop": 1248760848
        },
        {
            "start": 1248760850,
            "stop": 1248760858
        }
    ]
}