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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=4",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 5,
    "results": [
        {
            "start": 815467409,
            "stop": 815467637
        },
        {
            "start": 815467640,
            "stop": 815467742
        },
        {
            "start": 815467745,
            "stop": 815467812
        },
        {
            "start": 815467815,
            "stop": 815467965
        },
        {
            "start": 815467968,
            "stop": 815468115
        },
        {
            "start": 815468118,
            "stop": 815468827
        },
        {
            "start": 815468830,
            "stop": 815469000
        },
        {
            "start": 815469003,
            "stop": 815469583
        },
        {
            "start": 815469586,
            "stop": 815469854
        },
        {
            "start": 815469858,
            "stop": 815469893
        },
        {
            "start": 815469896,
            "stop": 815470933
        },
        {
            "start": 815471953,
            "stop": 815477609
        },
        {
            "start": 815477612,
            "stop": 815480173
        },
        {
            "start": 815533002,
            "stop": 815533215
        },
        {
            "start": 815533392,
            "stop": 815533523
        },
        {
            "start": 815533909,
            "stop": 815533948
        },
        {
            "start": 815534401,
            "stop": 815534509
        },
        {
            "start": 815543063,
            "stop": 815551004
        },
        {
            "start": 815552578,
            "stop": 815555551
        },
        {
            "start": 815563790,
            "stop": 815571762
        }
    ]
}