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=333
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=334",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=332",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 333,
    "results": [
        {
            "start": 1240250445,
            "stop": 1240250584
        },
        {
            "start": 1240250585,
            "stop": 1240250704
        },
        {
            "start": 1240250705,
            "stop": 1240250755
        },
        {
            "start": 1240250756,
            "stop": 1240250759
        },
        {
            "start": 1240250760,
            "stop": 1240250779
        },
        {
            "start": 1240250780,
            "stop": 1240250824
        },
        {
            "start": 1240250825,
            "stop": 1240250944
        },
        {
            "start": 1240250945,
            "stop": 1240251064
        },
        {
            "start": 1240251065,
            "stop": 1240251184
        },
        {
            "start": 1240251185,
            "stop": 1240251304
        },
        {
            "start": 1240251305,
            "stop": 1240251424
        },
        {
            "start": 1240251425,
            "stop": 1240251477
        },
        {
            "start": 1240251481,
            "stop": 1240251544
        },
        {
            "start": 1240251545,
            "stop": 1240251664
        },
        {
            "start": 1240251665,
            "stop": 1240251784
        },
        {
            "start": 1240251785,
            "stop": 1240251904
        },
        {
            "start": 1240251905,
            "stop": 1240252024
        },
        {
            "start": 1240252025,
            "stop": 1240252144
        },
        {
            "start": 1240252145,
            "stop": 1240252264
        },
        {
            "start": 1240252265,
            "stop": 1240252384
        }
    ]
}