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=880
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=881",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=879",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 880,
    "results": [
        {
            "start": 863250440,
            "stop": 863251220
        },
        {
            "start": 863251429,
            "stop": 863260099
        },
        {
            "start": 863260249,
            "stop": 863260909
        },
        {
            "start": 863261936,
            "stop": 863262626
        },
        {
            "start": 863262776,
            "stop": 863263436
        },
        {
            "start": 863263526,
            "stop": 863265236
        },
        {
            "start": 863267952,
            "stop": 863271012
        },
        {
            "start": 863271197,
            "stop": 863271317
        },
        {
            "start": 863271501,
            "stop": 863271861
        },
        {
            "start": 863272028,
            "stop": 863272148
        },
        {
            "start": 863294352,
            "stop": 863294412
        },
        {
            "start": 863295543,
            "stop": 863295603
        },
        {
            "start": 863296884,
            "stop": 863297424
        },
        {
            "start": 863297577,
            "stop": 863297697
        },
        {
            "start": 863297890,
            "stop": 863299930
        },
        {
            "start": 863300173,
            "stop": 863301493
        },
        {
            "start": 863301653,
            "stop": 863301713
        },
        {
            "start": 863302860,
            "stop": 863305440
        },
        {
            "start": 863306855,
            "stop": 863307155
        },
        {
            "start": 863307636,
            "stop": 863307936
        }
    ]
}