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/H2_STOCH_CAT1/segments?format=api&page=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=147",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 148,
    "results": [
        {
            "start": 835897842,
            "stop": 835900453
        },
        {
            "start": 835901426,
            "stop": 835954317
        },
        {
            "start": 835955956,
            "stop": 835999726
        },
        {
            "start": 835999731,
            "stop": 835999739
        },
        {
            "start": 835999740,
            "stop": 835999742
        },
        {
            "start": 835999746,
            "stop": 836039194
        },
        {
            "start": 836039195,
            "stop": 836039424
        },
        {
            "start": 836039426,
            "stop": 836039511
        },
        {
            "start": 836042727,
            "stop": 836067445
        },
        {
            "start": 836074823,
            "stop": 836080663
        },
        {
            "start": 836081764,
            "stop": 836081950
        },
        {
            "start": 836081953,
            "stop": 836108863
        },
        {
            "start": 836111110,
            "stop": 836111119
        },
        {
            "start": 836111134,
            "stop": 836118793
        },
        {
            "start": 836119868,
            "stop": 836127425
        },
        {
            "start": 836130845,
            "stop": 836158056
        },
        {
            "start": 836160142,
            "stop": 836188633
        },
        {
            "start": 836189850,
            "stop": 836247733
        },
        {
            "start": 836248672,
            "stop": 836261506
        },
        {
            "start": 836262622,
            "stop": 836273449
        }
    ]
}