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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=390",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 391,
    "results": [
        {
            "start": 829637529,
            "stop": 829637532
        },
        {
            "start": 829637539,
            "stop": 829637549
        },
        {
            "start": 829637554,
            "stop": 829637557
        },
        {
            "start": 829637563,
            "stop": 829637565
        },
        {
            "start": 829637567,
            "stop": 829637569
        },
        {
            "start": 829637572,
            "stop": 829637575
        },
        {
            "start": 829637580,
            "stop": 829637583
        },
        {
            "start": 829637588,
            "stop": 829637594
        },
        {
            "start": 829637598,
            "stop": 829637599
        },
        {
            "start": 829637601,
            "stop": 829637602
        },
        {
            "start": 829637604,
            "stop": 829637624
        },
        {
            "start": 829637626,
            "stop": 829637627
        },
        {
            "start": 829637633,
            "stop": 829637640
        },
        {
            "start": 829637643,
            "stop": 829637648
        },
        {
            "start": 829637651,
            "stop": 829637652
        },
        {
            "start": 829637654,
            "stop": 829637660
        },
        {
            "start": 829637665,
            "stop": 829637671
        },
        {
            "start": 829637673,
            "stop": 829637677
        },
        {
            "start": 829637678,
            "stop": 829637680
        },
        {
            "start": 829637682,
            "stop": 829637688
        }
    ]
}