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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=191",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 192,
    "results": [
        {
            "start": 821663304,
            "stop": 821663323
        },
        {
            "start": 821663326,
            "stop": 821663332
        },
        {
            "start": 821663336,
            "stop": 821663342
        },
        {
            "start": 821663345,
            "stop": 821663358
        },
        {
            "start": 821663361,
            "stop": 821663362
        },
        {
            "start": 821663365,
            "stop": 821663366
        },
        {
            "start": 821663372,
            "stop": 821663374
        },
        {
            "start": 821663377,
            "stop": 821663404
        },
        {
            "start": 821663407,
            "stop": 821663408
        },
        {
            "start": 821663411,
            "stop": 821663420
        },
        {
            "start": 821663423,
            "stop": 821663430
        },
        {
            "start": 821663433,
            "stop": 821663470
        },
        {
            "start": 821663473,
            "stop": 821663475
        },
        {
            "start": 821663478,
            "stop": 821663481
        },
        {
            "start": 821663484,
            "stop": 821663488
        },
        {
            "start": 821663491,
            "stop": 821663495
        },
        {
            "start": 821663498,
            "stop": 821663502
        },
        {
            "start": 821663510,
            "stop": 821663585
        },
        {
            "start": 821663589,
            "stop": 821663592
        },
        {
            "start": 821663597,
            "stop": 821663598
        }
    ]
}