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=980
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=981",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=979",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 980,
    "results": [
        {
            "start": 869709292,
            "stop": 869710912
        },
        {
            "start": 869712395,
            "stop": 869720135
        },
        {
            "start": 869720285,
            "stop": 869720495
        },
        {
            "start": 869727038,
            "stop": 869733278
        },
        {
            "start": 869735602,
            "stop": 869738962
        },
        {
            "start": 869739112,
            "stop": 869751382
        },
        {
            "start": 869751612,
            "stop": 869752092
        },
        {
            "start": 869753372,
            "stop": 869763392
        },
        {
            "start": 869763569,
            "stop": 869766449
        },
        {
            "start": 869766649,
            "stop": 869769199
        },
        {
            "start": 869769349,
            "stop": 869773189
        },
        {
            "start": 869773636,
            "stop": 869777896
        },
        {
            "start": 869778520,
            "stop": 869783320
        },
        {
            "start": 869783526,
            "stop": 869785176
        },
        {
            "start": 869785326,
            "stop": 869786706
        },
        {
            "start": 869787488,
            "stop": 869794028
        },
        {
            "start": 869794707,
            "stop": 869800767
        },
        {
            "start": 869800917,
            "stop": 869813727
        },
        {
            "start": 869814027,
            "stop": 869817837
        },
        {
            "start": 869819391,
            "stop": 869821371
        }
    ]
}