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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=213",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 214,
    "results": [
        {
            "start": 821127740,
            "stop": 821127862
        },
        {
            "start": 821127869,
            "stop": 821127913
        },
        {
            "start": 821140082,
            "stop": 821140131
        },
        {
            "start": 821140164,
            "stop": 821140230
        },
        {
            "start": 821140237,
            "stop": 821140258
        },
        {
            "start": 821140267,
            "stop": 821140497
        },
        {
            "start": 821140504,
            "stop": 821140610
        },
        {
            "start": 821140618,
            "stop": 821141423
        },
        {
            "start": 821141452,
            "stop": 821141805
        },
        {
            "start": 821141834,
            "stop": 821142742
        },
        {
            "start": 821142774,
            "stop": 821142804
        },
        {
            "start": 821142844,
            "stop": 821142901
        },
        {
            "start": 821142934,
            "stop": 821143343
        },
        {
            "start": 821143377,
            "stop": 821143393
        },
        {
            "start": 821143580,
            "stop": 821143785
        },
        {
            "start": 821143825,
            "stop": 821143832
        },
        {
            "start": 821143919,
            "stop": 821144052
        },
        {
            "start": 821144081,
            "stop": 821144230
        },
        {
            "start": 821144266,
            "stop": 821144279
        },
        {
            "start": 821144308,
            "stop": 821144331
        }
    ]
}