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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=145",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 146,
    "results": [
        {
            "start": 931774182,
            "stop": 931774196
        },
        {
            "start": 931774203,
            "stop": 931774212
        },
        {
            "start": 931774224,
            "stop": 931774267
        },
        {
            "start": 931774274,
            "stop": 931774279
        },
        {
            "start": 931774301,
            "stop": 931774308
        },
        {
            "start": 931774333,
            "stop": 931774337
        },
        {
            "start": 931774346,
            "stop": 931774359
        },
        {
            "start": 931774366,
            "stop": 931774378
        },
        {
            "start": 931774385,
            "stop": 931774410
        },
        {
            "start": 931774421,
            "stop": 931774423
        },
        {
            "start": 931774430,
            "stop": 931774434
        },
        {
            "start": 931774462,
            "stop": 931774477
        },
        {
            "start": 931774486,
            "stop": 931774501
        },
        {
            "start": 931774513,
            "stop": 931774528
        },
        {
            "start": 931774535,
            "stop": 931774537
        },
        {
            "start": 931774550,
            "stop": 931774587
        },
        {
            "start": 931774605,
            "stop": 931774606
        },
        {
            "start": 931774623,
            "stop": 931774624
        },
        {
            "start": 931774636,
            "stop": 931774638
        },
        {
            "start": 931774645,
            "stop": 931774653
        }
    ]
}