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=8623
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=8624",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8622",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8623,
    "results": [
        {
            "start": 871204210,
            "stop": 871204376
        },
        {
            "start": 871204416,
            "stop": 871204710
        },
        {
            "start": 871204860,
            "stop": 871206650
        },
        {
            "start": 871206651,
            "stop": 871207790
        },
        {
            "start": 871207870,
            "stop": 871209644
        },
        {
            "start": 871209661,
            "stop": 871210630
        },
        {
            "start": 871210647,
            "stop": 871211486
        },
        {
            "start": 871211493,
            "stop": 871212770
        },
        {
            "start": 871212850,
            "stop": 871216921
        },
        {
            "start": 871216938,
            "stop": 871217160
        },
        {
            "start": 871217220,
            "stop": 871219184
        },
        {
            "start": 871219365,
            "stop": 871220997
        },
        {
            "start": 871221014,
            "stop": 871221089
        },
        {
            "start": 871221127,
            "stop": 871222395
        },
        {
            "start": 871222412,
            "stop": 871223030
        },
        {
            "start": 871223110,
            "stop": 871223220
        },
        {
            "start": 871223280,
            "stop": 871227277
        },
        {
            "start": 871227294,
            "stop": 871228542
        },
        {
            "start": 871228692,
            "stop": 871229611
        },
        {
            "start": 871229628,
            "stop": 871230365
        }
    ]
}