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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3534",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3532",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3533,
    "results": [
        {
            "start": 970218255,
            "stop": 970218276
        },
        {
            "start": 970218282,
            "stop": 970218377
        },
        {
            "start": 970218380,
            "stop": 970218749
        },
        {
            "start": 970218752,
            "stop": 970218777
        },
        {
            "start": 970218780,
            "stop": 970218833
        },
        {
            "start": 970218836,
            "stop": 970219521
        },
        {
            "start": 970219527,
            "stop": 970219598
        },
        {
            "start": 970219599,
            "stop": 970220684
        },
        {
            "start": 970220687,
            "stop": 970221327
        },
        {
            "start": 970221328,
            "stop": 970221453
        },
        {
            "start": 970221459,
            "stop": 970222313
        },
        {
            "start": 970222319,
            "stop": 970223384
        },
        {
            "start": 970223387,
            "stop": 970223404
        },
        {
            "start": 970223410,
            "stop": 970223431
        },
        {
            "start": 970223440,
            "stop": 970223445
        },
        {
            "start": 970223460,
            "stop": 970223476
        },
        {
            "start": 970223493,
            "stop": 970223738
        },
        {
            "start": 970223741,
            "stop": 970223756
        },
        {
            "start": 970223759,
            "stop": 970223889
        },
        {
            "start": 970223892,
            "stop": 970223982
        }
    ]
}