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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1529",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1527",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1528,
    "results": [
        {
            "start": 873048210,
            "stop": 873051511
        },
        {
            "start": 873051515,
            "stop": 873051560
        },
        {
            "start": 873051564,
            "stop": 873052069
        },
        {
            "start": 873052072,
            "stop": 873053037
        },
        {
            "start": 873053040,
            "stop": 873053045
        },
        {
            "start": 873053053,
            "stop": 873053056
        },
        {
            "start": 873053074,
            "stop": 873053080
        },
        {
            "start": 873053084,
            "stop": 873053091
        },
        {
            "start": 873053096,
            "stop": 873055936
        },
        {
            "start": 873059096,
            "stop": 873060183
        },
        {
            "start": 873061768,
            "stop": 873066459
        },
        {
            "start": 873066462,
            "stop": 873081638
        },
        {
            "start": 873082880,
            "stop": 873103465
        },
        {
            "start": 873106656,
            "stop": 873119773
        },
        {
            "start": 873120692,
            "stop": 873128817
        },
        {
            "start": 873128822,
            "stop": 873133946
        },
        {
            "start": 873133949,
            "stop": 873133960
        },
        {
            "start": 873133963,
            "stop": 873134840
        },
        {
            "start": 873134844,
            "stop": 873135565
        },
        {
            "start": 873135571,
            "stop": 873135573
        }
    ]
}