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/L1_STOCH_CAT2_H1L1/segments?format=api&page=1083
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1084",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1082",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1083,
    "results": [
        {
            "start": 873953422,
            "stop": 873954082
        },
        {
            "start": 873954245,
            "stop": 873955205
        },
        {
            "start": 873955409,
            "stop": 873957149
        },
        {
            "start": 873957294,
            "stop": 873957594
        },
        {
            "start": 873957741,
            "stop": 873958521
        },
        {
            "start": 873958675,
            "stop": 873959035
        },
        {
            "start": 873960148,
            "stop": 873960448
        },
        {
            "start": 873960595,
            "stop": 873961675
        },
        {
            "start": 873961954,
            "stop": 873962674
        },
        {
            "start": 873962841,
            "stop": 873963141
        },
        {
            "start": 873963295,
            "stop": 873963775
        },
        {
            "start": 873963967,
            "stop": 873964057
        },
        {
            "start": 873964207,
            "stop": 873965227
        },
        {
            "start": 873965372,
            "stop": 873966872
        },
        {
            "start": 873967030,
            "stop": 873969070
        },
        {
            "start": 873970402,
            "stop": 873970522
        },
        {
            "start": 873970665,
            "stop": 873971445
        },
        {
            "start": 873971589,
            "stop": 873974889
        },
        {
            "start": 873975199,
            "stop": 873976999
        },
        {
            "start": 873977164,
            "stop": 873977344
        }
    ]
}