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=8682
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=8683",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8681",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8682,
    "results": [
        {
            "start": 871942867,
            "stop": 871943605
        },
        {
            "start": 871943616,
            "stop": 871944470
        },
        {
            "start": 871944610,
            "stop": 871944781
        },
        {
            "start": 871944901,
            "stop": 871945130
        },
        {
            "start": 871945134,
            "stop": 871945143
        },
        {
            "start": 871945263,
            "stop": 871945421
        },
        {
            "start": 871945457,
            "stop": 871945884
        },
        {
            "start": 871946004,
            "stop": 871946114
        },
        {
            "start": 871946234,
            "stop": 871946813
        },
        {
            "start": 871946933,
            "stop": 871947471
        },
        {
            "start": 871947488,
            "stop": 871947735
        },
        {
            "start": 871947895,
            "stop": 871948019
        },
        {
            "start": 871948036,
            "stop": 871948550
        },
        {
            "start": 871948630,
            "stop": 871949682
        },
        {
            "start": 871949802,
            "stop": 871949991
        },
        {
            "start": 871950111,
            "stop": 871950950
        },
        {
            "start": 871951058,
            "stop": 871951200
        },
        {
            "start": 871951260,
            "stop": 871954731
        },
        {
            "start": 871954851,
            "stop": 871956458
        },
        {
            "start": 871956578,
            "stop": 871956840
        }
    ]
}