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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5107",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5108,
    "results": [
        {
            "start": 874695364,
            "stop": 874695400
        },
        {
            "start": 874695420,
            "stop": 874695421
        },
        {
            "start": 874695440,
            "stop": 874695468
        },
        {
            "start": 874695487,
            "stop": 874695505
        },
        {
            "start": 874695524,
            "stop": 874695555
        },
        {
            "start": 874695575,
            "stop": 874695667
        },
        {
            "start": 874695701,
            "stop": 874695757
        },
        {
            "start": 874695776,
            "stop": 874695808
        },
        {
            "start": 874695827,
            "stop": 874695831
        },
        {
            "start": 874695835,
            "stop": 874695861
        },
        {
            "start": 874697009,
            "stop": 874698158
        },
        {
            "start": 874698177,
            "stop": 874698621
        },
        {
            "start": 874698640,
            "stop": 874698731
        },
        {
            "start": 874698750,
            "stop": 874698795
        },
        {
            "start": 874698814,
            "stop": 874698863
        },
        {
            "start": 874698882,
            "stop": 874698902
        },
        {
            "start": 874698922,
            "stop": 874699180
        },
        {
            "start": 874699199,
            "stop": 874699244
        },
        {
            "start": 874699281,
            "stop": 874699335
        },
        {
            "start": 874699354,
            "stop": 874699365
        }
    ]
}