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=916
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=917",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=915",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 916,
    "results": [
        {
            "start": 865195063,
            "stop": 865195153
        },
        {
            "start": 865195357,
            "stop": 865195537
        },
        {
            "start": 865195567,
            "stop": 865195657
        },
        {
            "start": 865195865,
            "stop": 865195955
        },
        {
            "start": 865195985,
            "stop": 865196045
        },
        {
            "start": 865196648,
            "stop": 865197608
        },
        {
            "start": 865197778,
            "stop": 865198018
        },
        {
            "start": 865201885,
            "stop": 865202005
        },
        {
            "start": 865220813,
            "stop": 865221413
        },
        {
            "start": 865221795,
            "stop": 865221975
        },
        {
            "start": 865222191,
            "stop": 865229271
        },
        {
            "start": 865229484,
            "stop": 865237524
        },
        {
            "start": 865238632,
            "stop": 865244722
        },
        {
            "start": 865244872,
            "stop": 865248772
        },
        {
            "start": 865248922,
            "stop": 865250332
        },
        {
            "start": 865252717,
            "stop": 865253017
        },
        {
            "start": 865253354,
            "stop": 865254554
        },
        {
            "start": 865254751,
            "stop": 865258861
        },
        {
            "start": 865259011,
            "stop": 865259131
        },
        {
            "start": 865259297,
            "stop": 865259657
        }
    ]
}