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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=321",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 322,
    "results": [
        {
            "start": 821059880,
            "stop": 821060033
        },
        {
            "start": 821060153,
            "stop": 821060198
        },
        {
            "start": 821060201,
            "stop": 821060308
        },
        {
            "start": 821060312,
            "stop": 821060373
        },
        {
            "start": 821060376,
            "stop": 821060378
        },
        {
            "start": 821060382,
            "stop": 821060395
        },
        {
            "start": 821060398,
            "stop": 821060513
        },
        {
            "start": 821060516,
            "stop": 821060539
        },
        {
            "start": 821060659,
            "stop": 821060853
        },
        {
            "start": 821061634,
            "stop": 821061759
        },
        {
            "start": 821061762,
            "stop": 821061787
        },
        {
            "start": 821061790,
            "stop": 821062094
        },
        {
            "start": 821062098,
            "stop": 821062172
        },
        {
            "start": 821062176,
            "stop": 821062196
        },
        {
            "start": 821062199,
            "stop": 821062201
        },
        {
            "start": 821062204,
            "stop": 821063015
        },
        {
            "start": 821063018,
            "stop": 821063048
        },
        {
            "start": 821063051,
            "stop": 821063297
        },
        {
            "start": 821064422,
            "stop": 821064726
        },
        {
            "start": 821064729,
            "stop": 821065097
        }
    ]
}