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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=270",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 271,
    "results": [
        {
            "start": 817899220,
            "stop": 817899398
        },
        {
            "start": 817899418,
            "stop": 817899442
        },
        {
            "start": 817899445,
            "stop": 817899812
        },
        {
            "start": 817899832,
            "stop": 817899862
        },
        {
            "start": 817899883,
            "stop": 817900081
        },
        {
            "start": 817900106,
            "stop": 817900113
        },
        {
            "start": 817900167,
            "stop": 817900219
        },
        {
            "start": 817900248,
            "stop": 817900352
        },
        {
            "start": 817901092,
            "stop": 817901095
        },
        {
            "start": 817901115,
            "stop": 817901288
        },
        {
            "start": 817901291,
            "stop": 817901337
        },
        {
            "start": 817901356,
            "stop": 817901380
        },
        {
            "start": 817901399,
            "stop": 817901406
        },
        {
            "start": 817902729,
            "stop": 817902819
        },
        {
            "start": 817902865,
            "stop": 817902916
        },
        {
            "start": 817902936,
            "stop": 817902948
        },
        {
            "start": 817902967,
            "stop": 817903347
        },
        {
            "start": 817903367,
            "stop": 817903446
        },
        {
            "start": 817903449,
            "stop": 817903555
        },
        {
            "start": 817903558,
            "stop": 817903920
        }
    ]
}