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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=329",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 330,
    "results": [
        {
            "start": 823529853,
            "stop": 823529887
        },
        {
            "start": 823529892,
            "stop": 823531023
        },
        {
            "start": 823531402,
            "stop": 823532378
        },
        {
            "start": 823534090,
            "stop": 823534405
        },
        {
            "start": 823544855,
            "stop": 823545345
        },
        {
            "start": 823546758,
            "stop": 823547947
        },
        {
            "start": 823548976,
            "stop": 823549569
        },
        {
            "start": 823549575,
            "stop": 823549614
        },
        {
            "start": 823549620,
            "stop": 823549777
        },
        {
            "start": 823561572,
            "stop": 823561893
        },
        {
            "start": 823571523,
            "stop": 823580170
        },
        {
            "start": 823586337,
            "stop": 823594501
        },
        {
            "start": 823596817,
            "stop": 823611954
        },
        {
            "start": 823611962,
            "stop": 823611980
        },
        {
            "start": 823611985,
            "stop": 823612024
        },
        {
            "start": 823612036,
            "stop": 823612054
        },
        {
            "start": 823612060,
            "stop": 823613358
        },
        {
            "start": 823613363,
            "stop": 823613402
        },
        {
            "start": 823613407,
            "stop": 823613617
        },
        {
            "start": 823614644,
            "stop": 823616161
        }
    ]
}