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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9018",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9016",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9017,
    "results": [
        {
            "start": 874069676,
            "stop": 874069911
        },
        {
            "start": 874069928,
            "stop": 874070718
        },
        {
            "start": 874070737,
            "stop": 874071457
        },
        {
            "start": 874071474,
            "stop": 874071650
        },
        {
            "start": 874071667,
            "stop": 874073165
        },
        {
            "start": 874073182,
            "stop": 874073207
        },
        {
            "start": 874073224,
            "stop": 874073226
        },
        {
            "start": 874073247,
            "stop": 874073301
        },
        {
            "start": 874073320,
            "stop": 874073699
        },
        {
            "start": 874073716,
            "stop": 874073823
        },
        {
            "start": 874073975,
            "stop": 874074837
        },
        {
            "start": 874074854,
            "stop": 874074870
        },
        {
            "start": 874074887,
            "stop": 874074956
        },
        {
            "start": 874075127,
            "stop": 874075205
        },
        {
            "start": 874075222,
            "stop": 874075918
        },
        {
            "start": 874075936,
            "stop": 874076054
        },
        {
            "start": 874076071,
            "stop": 874076357
        },
        {
            "start": 874076376,
            "stop": 874076554
        },
        {
            "start": 874076571,
            "stop": 874076633
        },
        {
            "start": 874076650,
            "stop": 874076764
        }
    ]
}