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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4753",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4751",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4752,
    "results": [
        {
            "start": 874543448,
            "stop": 874543500
        },
        {
            "start": 874543577,
            "stop": 874543585
        },
        {
            "start": 874543604,
            "stop": 874543620
        },
        {
            "start": 874543862,
            "stop": 874543887
        },
        {
            "start": 874543912,
            "stop": 874543922
        },
        {
            "start": 874543942,
            "stop": 874543943
        },
        {
            "start": 874543979,
            "stop": 874543980
        },
        {
            "start": 874544139,
            "stop": 874544166
        },
        {
            "start": 874544186,
            "stop": 874544280
        },
        {
            "start": 874544400,
            "stop": 874544414
        },
        {
            "start": 874544459,
            "stop": 874544460
        },
        {
            "start": 874544520,
            "stop": 874544560
        },
        {
            "start": 874544703,
            "stop": 874544760
        },
        {
            "start": 874545301,
            "stop": 874545360
        },
        {
            "start": 874545420,
            "stop": 874545448
        },
        {
            "start": 874545479,
            "stop": 874545480
        },
        {
            "start": 874545600,
            "stop": 874545641
        },
        {
            "start": 874545966,
            "stop": 874545995
        },
        {
            "start": 874546015,
            "stop": 874546020
        },
        {
            "start": 874546500,
            "stop": 874546523
        }
    ]
}