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=814
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=815",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=813",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 814,
    "results": [
        {
            "start": 859578404,
            "stop": 859578584
        },
        {
            "start": 859578876,
            "stop": 859579356
        },
        {
            "start": 859579570,
            "stop": 859579630
        },
        {
            "start": 859579792,
            "stop": 859580392
        },
        {
            "start": 859581200,
            "stop": 859581380
        },
        {
            "start": 859581872,
            "stop": 859582412
        },
        {
            "start": 859582559,
            "stop": 859583579
        },
        {
            "start": 859584319,
            "stop": 859584799
        },
        {
            "start": 859586398,
            "stop": 859587838
        },
        {
            "start": 859587868,
            "stop": 859587958
        },
        {
            "start": 859588123,
            "stop": 859588183
        },
        {
            "start": 859588336,
            "stop": 859588936
        },
        {
            "start": 859589086,
            "stop": 859589326
        },
        {
            "start": 859589493,
            "stop": 859589733
        },
        {
            "start": 859589896,
            "stop": 859590016
        },
        {
            "start": 859590345,
            "stop": 859590705
        },
        {
            "start": 859590944,
            "stop": 859591304
        },
        {
            "start": 859592230,
            "stop": 859593220
        },
        {
            "start": 859593456,
            "stop": 859593996
        },
        {
            "start": 859594086,
            "stop": 859594356
        }
    ]
}