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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=258",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 259,
    "results": [
        {
            "start": 821683230,
            "stop": 821683249
        },
        {
            "start": 821683252,
            "stop": 821683256
        },
        {
            "start": 821683261,
            "stop": 821683283
        },
        {
            "start": 821683286,
            "stop": 821683287
        },
        {
            "start": 821683290,
            "stop": 821683294
        },
        {
            "start": 821683297,
            "stop": 821683305
        },
        {
            "start": 821683308,
            "stop": 821683330
        },
        {
            "start": 821683333,
            "stop": 821683353
        },
        {
            "start": 821683356,
            "stop": 821683359
        },
        {
            "start": 821683362,
            "stop": 821683369
        },
        {
            "start": 821683373,
            "stop": 821683380
        },
        {
            "start": 821683385,
            "stop": 821683386
        },
        {
            "start": 821683389,
            "stop": 821683399
        },
        {
            "start": 821683402,
            "stop": 821683404
        },
        {
            "start": 821683407,
            "stop": 821683412
        },
        {
            "start": 821683417,
            "stop": 821683419
        },
        {
            "start": 821683424,
            "stop": 821683427
        },
        {
            "start": 821683439,
            "stop": 821683458
        },
        {
            "start": 821683461,
            "stop": 821683471
        },
        {
            "start": 821683478,
            "stop": 821683484
        }
    ]
}