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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=291",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 292,
    "results": [
        {
            "start": 832220807,
            "stop": 832221227
        },
        {
            "start": 832221665,
            "stop": 832224665
        },
        {
            "start": 832224901,
            "stop": 832228261
        },
        {
            "start": 832228422,
            "stop": 832228482
        },
        {
            "start": 832231635,
            "stop": 832247235
        },
        {
            "start": 832248655,
            "stop": 832253755
        },
        {
            "start": 832253905,
            "stop": 832254115
        },
        {
            "start": 832254145,
            "stop": 832255555
        },
        {
            "start": 832255819,
            "stop": 832259899
        },
        {
            "start": 832260046,
            "stop": 832260526
        },
        {
            "start": 832260735,
            "stop": 832261455
        },
        {
            "start": 832261644,
            "stop": 832262244
        },
        {
            "start": 832262428,
            "stop": 832262668
        },
        {
            "start": 832263115,
            "stop": 832264075
        },
        {
            "start": 832264225,
            "stop": 832264405
        },
        {
            "start": 832264705,
            "stop": 832264825
        },
        {
            "start": 832265317,
            "stop": 832265437
        },
        {
            "start": 832265610,
            "stop": 832265670
        },
        {
            "start": 832265911,
            "stop": 832266151
        },
        {
            "start": 832266315,
            "stop": 832266675
        }
    ]
}