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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15938",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15936",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15937,
    "results": [
        {
            "start": 971403367,
            "stop": 971403373
        },
        {
            "start": 971403374,
            "stop": 971403375
        },
        {
            "start": 971403378,
            "stop": 971403384
        },
        {
            "start": 971403385,
            "stop": 971403390
        },
        {
            "start": 971403391,
            "stop": 971403396
        },
        {
            "start": 971403398,
            "stop": 971403400
        },
        {
            "start": 971403402,
            "stop": 971403405
        },
        {
            "start": 971403409,
            "stop": 971403414
        },
        {
            "start": 971403416,
            "stop": 971403418
        },
        {
            "start": 971403423,
            "stop": 971403424
        },
        {
            "start": 971403426,
            "stop": 971403428
        },
        {
            "start": 971403429,
            "stop": 971403436
        },
        {
            "start": 971403442,
            "stop": 971403446
        },
        {
            "start": 971405860,
            "stop": 971405900
        },
        {
            "start": 971405918,
            "stop": 971406204
        },
        {
            "start": 971406207,
            "stop": 971406209
        },
        {
            "start": 971406212,
            "stop": 971406669
        },
        {
            "start": 971406672,
            "stop": 971407414
        },
        {
            "start": 971407432,
            "stop": 971407442
        },
        {
            "start": 971407445,
            "stop": 971407463
        }
    ]
}