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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=241",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 242,
    "results": [
        {
            "start": 821682259,
            "stop": 821682260
        },
        {
            "start": 821682263,
            "stop": 821682267
        },
        {
            "start": 821682272,
            "stop": 821682274
        },
        {
            "start": 821682288,
            "stop": 821682290
        },
        {
            "start": 821682299,
            "stop": 821682300
        },
        {
            "start": 821682303,
            "stop": 821682307
        },
        {
            "start": 821682310,
            "stop": 821682312
        },
        {
            "start": 821682320,
            "stop": 821682328
        },
        {
            "start": 821682333,
            "stop": 821682344
        },
        {
            "start": 821682347,
            "stop": 821682348
        },
        {
            "start": 821682351,
            "stop": 821682359
        },
        {
            "start": 821682362,
            "stop": 821682364
        },
        {
            "start": 821682367,
            "stop": 821682382
        },
        {
            "start": 821682386,
            "stop": 821682396
        },
        {
            "start": 821682399,
            "stop": 821682404
        },
        {
            "start": 821682410,
            "stop": 821682426
        },
        {
            "start": 821682429,
            "stop": 821682450
        },
        {
            "start": 821682457,
            "stop": 821682464
        },
        {
            "start": 821682467,
            "stop": 821682468
        },
        {
            "start": 821682471,
            "stop": 821682473
        }
    ]
}