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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=429",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=427",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 428,
    "results": [
        {
            "start": 825517016,
            "stop": 825517485
        },
        {
            "start": 825517504,
            "stop": 825517529
        },
        {
            "start": 825517549,
            "stop": 825519845
        },
        {
            "start": 825519955,
            "stop": 825520151
        },
        {
            "start": 825520451,
            "stop": 825526333
        },
        {
            "start": 825526563,
            "stop": 825528668
        },
        {
            "start": 825534332,
            "stop": 825534684
        },
        {
            "start": 825534706,
            "stop": 825534882
        },
        {
            "start": 825534901,
            "stop": 825534918
        },
        {
            "start": 825534937,
            "stop": 825534962
        },
        {
            "start": 825534981,
            "stop": 825535021
        },
        {
            "start": 825535073,
            "stop": 825535083
        },
        {
            "start": 825535126,
            "stop": 825535200
        },
        {
            "start": 825535219,
            "stop": 825535236
        },
        {
            "start": 825535255,
            "stop": 825535265
        },
        {
            "start": 825535299,
            "stop": 825535306
        },
        {
            "start": 825535335,
            "stop": 825535358
        },
        {
            "start": 825535389,
            "stop": 825535465
        },
        {
            "start": 825535484,
            "stop": 825535489
        },
        {
            "start": 825535508,
            "stop": 825535576
        }
    ]
}