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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=312",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 313,
    "results": [
        {
            "start": 822347178,
            "stop": 822347185
        },
        {
            "start": 822347193,
            "stop": 822347220
        },
        {
            "start": 822347422,
            "stop": 822347423
        },
        {
            "start": 822347430,
            "stop": 822347438
        },
        {
            "start": 822347446,
            "stop": 822347773
        },
        {
            "start": 822347985,
            "stop": 822348035
        },
        {
            "start": 822348042,
            "stop": 822348120
        },
        {
            "start": 822348240,
            "stop": 822348291
        },
        {
            "start": 822348298,
            "stop": 822348360
        },
        {
            "start": 822348420,
            "stop": 822348840
        },
        {
            "start": 822349080,
            "stop": 822349103
        },
        {
            "start": 822349110,
            "stop": 822349140
        },
        {
            "start": 822349260,
            "stop": 822349320
        },
        {
            "start": 822349380,
            "stop": 822349620
        },
        {
            "start": 822349680,
            "stop": 822349800
        },
        {
            "start": 822349860,
            "stop": 822350220
        },
        {
            "start": 822350280,
            "stop": 822350288
        },
        {
            "start": 822350291,
            "stop": 822350340
        },
        {
            "start": 822350403,
            "stop": 822350520
        },
        {
            "start": 822350580,
            "stop": 822350893
        }
    ]
}