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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7340",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7338",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7339,
    "results": [
        {
            "start": 969310127,
            "stop": 969310187
        },
        {
            "start": 969310307,
            "stop": 969310427
        },
        {
            "start": 969310547,
            "stop": 969310607
        },
        {
            "start": 969310670,
            "stop": 969310751
        },
        {
            "start": 969310754,
            "stop": 969310814
        },
        {
            "start": 969310817,
            "stop": 969310822
        },
        {
            "start": 969310825,
            "stop": 969310954
        },
        {
            "start": 969310957,
            "stop": 969310967
        },
        {
            "start": 969311749,
            "stop": 969311804
        },
        {
            "start": 969311807,
            "stop": 969311958
        },
        {
            "start": 969312047,
            "stop": 969312053
        },
        {
            "start": 969312056,
            "stop": 969312067
        },
        {
            "start": 969312070,
            "stop": 969312098
        },
        {
            "start": 969312101,
            "stop": 969312102
        },
        {
            "start": 969312107,
            "stop": 969312127
        },
        {
            "start": 969312130,
            "stop": 969312151
        },
        {
            "start": 969312347,
            "stop": 969312407
        },
        {
            "start": 969312827,
            "stop": 969312849
        },
        {
            "start": 969312852,
            "stop": 969312874
        },
        {
            "start": 969312877,
            "stop": 969312947
        }
    ]
}