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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=935",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 936,
    "results": [
        {
            "start": 866335756,
            "stop": 866335816
        },
        {
            "start": 866335947,
            "stop": 866336997
        },
        {
            "start": 866337174,
            "stop": 866337324
        },
        {
            "start": 866337474,
            "stop": 866337954
        },
        {
            "start": 866344660,
            "stop": 866351260
        },
        {
            "start": 866351410,
            "stop": 866353420
        },
        {
            "start": 866354723,
            "stop": 866356103
        },
        {
            "start": 866356283,
            "stop": 866356433
        },
        {
            "start": 866356583,
            "stop": 866360543
        },
        {
            "start": 866362358,
            "stop": 866377718
        },
        {
            "start": 866377868,
            "stop": 866378738
        },
        {
            "start": 866379408,
            "stop": 866380368
        },
        {
            "start": 866380611,
            "stop": 866382111
        },
        {
            "start": 866382444,
            "stop": 866382564
        },
        {
            "start": 866382713,
            "stop": 866383643
        },
        {
            "start": 866383673,
            "stop": 866384303
        },
        {
            "start": 866384453,
            "stop": 866384873
        },
        {
            "start": 866385203,
            "stop": 866386493
        },
        {
            "start": 866390271,
            "stop": 866392311
        },
        {
            "start": 866395283,
            "stop": 866396483
        }
    ]
}