Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=258
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=257",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 258,
    "results": [
        {
            "start": 862189197,
            "stop": 862207582
        },
        {
            "start": 862208175,
            "stop": 862258314
        },
        {
            "start": 862259826,
            "stop": 862262527
        },
        {
            "start": 862263288,
            "stop": 862278813
        },
        {
            "start": 862279730,
            "stop": 862312785
        },
        {
            "start": 862315186,
            "stop": 862324839
        },
        {
            "start": 862325768,
            "stop": 862351872
        },
        {
            "start": 862353097,
            "stop": 862381076
        },
        {
            "start": 862383010,
            "stop": 862384704
        },
        {
            "start": 862386256,
            "stop": 862404429
        },
        {
            "start": 862405112,
            "stop": 862408472
        },
        {
            "start": 862410600,
            "stop": 862462587
        },
        {
            "start": 862463768,
            "stop": 862521785
        },
        {
            "start": 862524061,
            "stop": 862524742
        },
        {
            "start": 862526338,
            "stop": 862533360
        },
        {
            "start": 862534196,
            "stop": 862543187
        },
        {
            "start": 862544098,
            "stop": 862556161
        },
        {
            "start": 862557736,
            "stop": 862565786
        },
        {
            "start": 862567386,
            "stop": 862567992
        },
        {
            "start": 862568991,
            "stop": 862583612
        }
    ]
}