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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=342",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 343,
    "results": [
        {
            "start": 824208410,
            "stop": 824208463
        },
        {
            "start": 824208467,
            "stop": 824208541
        },
        {
            "start": 824208545,
            "stop": 824208650
        },
        {
            "start": 824208730,
            "stop": 824208772
        },
        {
            "start": 824208776,
            "stop": 824208877
        },
        {
            "start": 824208881,
            "stop": 824208911
        },
        {
            "start": 824208914,
            "stop": 824208930
        },
        {
            "start": 824208939,
            "stop": 824208976
        },
        {
            "start": 824208980,
            "stop": 824208992
        },
        {
            "start": 824208996,
            "stop": 824209119
        },
        {
            "start": 824209122,
            "stop": 824209161
        },
        {
            "start": 824209165,
            "stop": 824209175
        },
        {
            "start": 824209179,
            "stop": 824209223
        },
        {
            "start": 824209228,
            "stop": 824209244
        },
        {
            "start": 824209425,
            "stop": 824209651
        },
        {
            "start": 824209659,
            "stop": 824209722
        },
        {
            "start": 824209755,
            "stop": 824209785
        },
        {
            "start": 824209789,
            "stop": 824209809
        },
        {
            "start": 824209817,
            "stop": 824210119
        },
        {
            "start": 824210128,
            "stop": 824210134
        }
    ]
}