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=763
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=764",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=762",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 763,
    "results": [
        {
            "start": 856463757,
            "stop": 856466307
        },
        {
            "start": 856466397,
            "stop": 856468197
        },
        {
            "start": 856469201,
            "stop": 856470251
        },
        {
            "start": 856470281,
            "stop": 856471061
        },
        {
            "start": 856472237,
            "stop": 856472357
        },
        {
            "start": 856472509,
            "stop": 856474369
        },
        {
            "start": 856474968,
            "stop": 856477818
        },
        {
            "start": 856478010,
            "stop": 856487760
        },
        {
            "start": 856488513,
            "stop": 856493163
        },
        {
            "start": 856493373,
            "stop": 856494033
        },
        {
            "start": 856495497,
            "stop": 856497597
        },
        {
            "start": 856498786,
            "stop": 856500106
        },
        {
            "start": 856500389,
            "stop": 856500839
        },
        {
            "start": 856500989,
            "stop": 856502969
        },
        {
            "start": 856503119,
            "stop": 856507469
        },
        {
            "start": 856507619,
            "stop": 856508909
        },
        {
            "start": 856510990,
            "stop": 856512460
        },
        {
            "start": 856512610,
            "stop": 856524340
        },
        {
            "start": 856524400,
            "stop": 856525810
        },
        {
            "start": 856526956,
            "stop": 856527616
        }
    ]
}