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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=283",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 284,
    "results": [
        {
            "start": 831675413,
            "stop": 831676913
        },
        {
            "start": 831678233,
            "stop": 831679253
        },
        {
            "start": 831679866,
            "stop": 831680046
        },
        {
            "start": 831680226,
            "stop": 831680526
        },
        {
            "start": 831680674,
            "stop": 831681214
        },
        {
            "start": 831681386,
            "stop": 831681686
        },
        {
            "start": 831681839,
            "stop": 831682019
        },
        {
            "start": 831682167,
            "stop": 831683457
        },
        {
            "start": 831683607,
            "stop": 831684357
        },
        {
            "start": 831684387,
            "stop": 831684597
        },
        {
            "start": 831684627,
            "stop": 831685587
        },
        {
            "start": 831685737,
            "stop": 831687327
        },
        {
            "start": 831688808,
            "stop": 831688868
        },
        {
            "start": 831692287,
            "stop": 831694297
        },
        {
            "start": 831694905,
            "stop": 831695805
        },
        {
            "start": 831699777,
            "stop": 831699897
        },
        {
            "start": 831701497,
            "stop": 831701557
        },
        {
            "start": 831701722,
            "stop": 831702412
        },
        {
            "start": 831702442,
            "stop": 831703102
        },
        {
            "start": 831703258,
            "stop": 831704368
        }
    ]
}