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_CAT1/segments?format=api&page=1336
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=1337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1335",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1336,
    "results": [
        {
            "start": 843844405,
            "stop": 843844411
        },
        {
            "start": 843844414,
            "stop": 843844425
        },
        {
            "start": 843844428,
            "stop": 843844436
        },
        {
            "start": 843844440,
            "stop": 843844441
        },
        {
            "start": 843844444,
            "stop": 843844446
        },
        {
            "start": 843844452,
            "stop": 843844519
        },
        {
            "start": 843844522,
            "stop": 843844527
        },
        {
            "start": 843844530,
            "stop": 843844546
        },
        {
            "start": 843844549,
            "stop": 843844556
        },
        {
            "start": 843844559,
            "stop": 843844565
        },
        {
            "start": 843844568,
            "stop": 843844577
        },
        {
            "start": 843844580,
            "stop": 843844609
        },
        {
            "start": 843844612,
            "stop": 843844638
        },
        {
            "start": 843844642,
            "stop": 843844673
        },
        {
            "start": 843844676,
            "stop": 843844678
        },
        {
            "start": 843844682,
            "stop": 843844723
        },
        {
            "start": 843844726,
            "stop": 843844751
        },
        {
            "start": 843844755,
            "stop": 843844769
        },
        {
            "start": 843844772,
            "stop": 843844780
        },
        {
            "start": 843844785,
            "stop": 843844788
        }
    ]
}