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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=46",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 47,
    "results": [
        {
            "start": 821084035,
            "stop": 821084036
        },
        {
            "start": 821084254,
            "stop": 821084593
        },
        {
            "start": 821084621,
            "stop": 821084623
        },
        {
            "start": 821086406,
            "stop": 821088617
        },
        {
            "start": 821089987,
            "stop": 821098633
        },
        {
            "start": 821099980,
            "stop": 821100364
        },
        {
            "start": 821101761,
            "stop": 821113001
        },
        {
            "start": 821116917,
            "stop": 821118324
        },
        {
            "start": 821124516,
            "stop": 821125033
        },
        {
            "start": 821127331,
            "stop": 821128333
        },
        {
            "start": 821128548,
            "stop": 821133531
        },
        {
            "start": 821134929,
            "stop": 821136837
        },
        {
            "start": 821137722,
            "stop": 821138113
        },
        {
            "start": 821138745,
            "stop": 821150929
        },
        {
            "start": 821151351,
            "stop": 821168268
        },
        {
            "start": 821168271,
            "stop": 821182369
        },
        {
            "start": 821213389,
            "stop": 821214483
        },
        {
            "start": 821214511,
            "stop": 821216588
        },
        {
            "start": 821216906,
            "stop": 821216953
        },
        {
            "start": 821219445,
            "stop": 821221333
        }
    ]
}