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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10052",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10053,
    "results": [
        {
            "start": 872847459,
            "stop": 872847563
        },
        {
            "start": 872847602,
            "stop": 872847657
        },
        {
            "start": 872847695,
            "stop": 872847725
        },
        {
            "start": 872847742,
            "stop": 872847825
        },
        {
            "start": 872847861,
            "stop": 872847953
        },
        {
            "start": 872847990,
            "stop": 872848100
        },
        {
            "start": 872848136,
            "stop": 872848593
        },
        {
            "start": 872848629,
            "stop": 872848795
        },
        {
            "start": 872848831,
            "stop": 872850145
        },
        {
            "start": 872850162,
            "stop": 872852398
        },
        {
            "start": 872852415,
            "stop": 872854357
        },
        {
            "start": 872854477,
            "stop": 872854877
        },
        {
            "start": 872854894,
            "stop": 872855552
        },
        {
            "start": 872855604,
            "stop": 872855910
        },
        {
            "start": 872857504,
            "stop": 872859509
        },
        {
            "start": 872859526,
            "stop": 872859782
        },
        {
            "start": 872859902,
            "stop": 872861741
        },
        {
            "start": 872861758,
            "stop": 872863136
        },
        {
            "start": 872863172,
            "stop": 872864708
        },
        {
            "start": 872864828,
            "stop": 872864857
        }
    ]
}