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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=253",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 254,
    "results": [
        {
            "start": 829504181,
            "stop": 829504721
        },
        {
            "start": 829504862,
            "stop": 829504922
        },
        {
            "start": 829505083,
            "stop": 829505143
        },
        {
            "start": 829512264,
            "stop": 829512654
        },
        {
            "start": 829512828,
            "stop": 829513128
        },
        {
            "start": 829513496,
            "stop": 829514156
        },
        {
            "start": 829514309,
            "stop": 829514489
        },
        {
            "start": 829514646,
            "stop": 829515126
        },
        {
            "start": 829515408,
            "stop": 829515948
        },
        {
            "start": 829523693,
            "stop": 829533293
        },
        {
            "start": 829534500,
            "stop": 829538640
        },
        {
            "start": 829538790,
            "stop": 829540770
        },
        {
            "start": 829540920,
            "stop": 829542090
        },
        {
            "start": 829542240,
            "stop": 829543350
        },
        {
            "start": 829543500,
            "stop": 829543560
        },
        {
            "start": 829545463,
            "stop": 829550863
        },
        {
            "start": 829551035,
            "stop": 829551275
        },
        {
            "start": 829551425,
            "stop": 829552205
        },
        {
            "start": 829552355,
            "stop": 829552805
        },
        {
            "start": 829552835,
            "stop": 829552955
        }
    ]
}