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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9821",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9819",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9820,
    "results": [
        {
            "start": 874014487,
            "stop": 874014506
        },
        {
            "start": 874014874,
            "stop": 874018079
        },
        {
            "start": 874018080,
            "stop": 874018087
        },
        {
            "start": 874018089,
            "stop": 874018091
        },
        {
            "start": 874018092,
            "stop": 874018130
        },
        {
            "start": 874018131,
            "stop": 874018142
        },
        {
            "start": 874018143,
            "stop": 874021312
        },
        {
            "start": 874021315,
            "stop": 874023307
        },
        {
            "start": 874023308,
            "stop": 874024058
        },
        {
            "start": 874029151,
            "stop": 874031196
        },
        {
            "start": 874031199,
            "stop": 874031597
        },
        {
            "start": 874032107,
            "stop": 874035285
        },
        {
            "start": 874035288,
            "stop": 874035442
        },
        {
            "start": 874035445,
            "stop": 874035519
        },
        {
            "start": 874035522,
            "stop": 874035525
        },
        {
            "start": 874035528,
            "stop": 874035561
        },
        {
            "start": 874035564,
            "stop": 874035584
        },
        {
            "start": 874035587,
            "stop": 874035606
        },
        {
            "start": 874035609,
            "stop": 874035754
        },
        {
            "start": 874035760,
            "stop": 874035808
        }
    ]
}