Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=6
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=5",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 6,
    "results": [
        {
            "start": 931087489,
            "stop": 931087490
        },
        {
            "start": 931087493,
            "stop": 931087497
        },
        {
            "start": 931087501,
            "stop": 931087513
        },
        {
            "start": 931087515,
            "stop": 931087524
        },
        {
            "start": 931087526,
            "stop": 931087529
        },
        {
            "start": 931087536,
            "stop": 931087547
        },
        {
            "start": 931087549,
            "stop": 931087565
        },
        {
            "start": 931087567,
            "stop": 931087573
        },
        {
            "start": 931087574,
            "stop": 931087576
        },
        {
            "start": 931087580,
            "stop": 931087583
        },
        {
            "start": 931087584,
            "stop": 931087594
        },
        {
            "start": 931087596,
            "stop": 931087599
        },
        {
            "start": 931087604,
            "stop": 931087610
        },
        {
            "start": 931087611,
            "stop": 931087617
        },
        {
            "start": 931087618,
            "stop": 931087630
        },
        {
            "start": 931087631,
            "stop": 931087638
        },
        {
            "start": 931087643,
            "stop": 931087644
        },
        {
            "start": 931087651,
            "stop": 931087660
        },
        {
            "start": 931087670,
            "stop": 931087678
        },
        {
            "start": 931087680,
            "stop": 931087694
        }
    ]
}