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/L1_STOCH_CAT2_H1L1/segments?format=api&page=1068
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1067",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1068,
    "results": [
        {
            "start": 873448748,
            "stop": 873448928
        },
        {
            "start": 873449129,
            "stop": 873449189
        },
        {
            "start": 873449358,
            "stop": 873449598
        },
        {
            "start": 873449807,
            "stop": 873450587
        },
        {
            "start": 873450735,
            "stop": 873450915
        },
        {
            "start": 873451076,
            "stop": 873451196
        },
        {
            "start": 873451346,
            "stop": 873452396
        },
        {
            "start": 873452639,
            "stop": 873452999
        },
        {
            "start": 873453170,
            "stop": 873453230
        },
        {
            "start": 873453398,
            "stop": 873456098
        },
        {
            "start": 873456363,
            "stop": 873456423
        },
        {
            "start": 873456737,
            "stop": 873456857
        },
        {
            "start": 873457037,
            "stop": 873457277
        },
        {
            "start": 873457441,
            "stop": 873457681
        },
        {
            "start": 873457822,
            "stop": 873458242
        },
        {
            "start": 873459338,
            "stop": 873459878
        },
        {
            "start": 873460031,
            "stop": 873460151
        },
        {
            "start": 873464409,
            "stop": 873464769
        },
        {
            "start": 873465007,
            "stop": 873465067
        },
        {
            "start": 873467404,
            "stop": 873467524
        }
    ]
}