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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=766",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=764",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 765,
    "results": [
        {
            "start": 861045286,
            "stop": 861055350
        },
        {
            "start": 861055410,
            "stop": 861055438
        },
        {
            "start": 861058402,
            "stop": 861064804
        },
        {
            "start": 861066433,
            "stop": 861068177
        },
        {
            "start": 861071535,
            "stop": 861071829
        },
        {
            "start": 861072262,
            "stop": 861073832
        },
        {
            "start": 861074809,
            "stop": 861084197
        },
        {
            "start": 861084976,
            "stop": 861089145
        },
        {
            "start": 861091574,
            "stop": 861111719
        },
        {
            "start": 861112132,
            "stop": 861124314
        },
        {
            "start": 861124634,
            "stop": 861124678
        },
        {
            "start": 861126245,
            "stop": 861127618
        },
        {
            "start": 861128629,
            "stop": 861130526
        },
        {
            "start": 861130926,
            "stop": 861131214
        },
        {
            "start": 861131918,
            "stop": 861132443
        },
        {
            "start": 861133573,
            "stop": 861133846
        },
        {
            "start": 861135145,
            "stop": 861135155
        },
        {
            "start": 861135615,
            "stop": 861135992
        },
        {
            "start": 861136423,
            "stop": 861137381
        },
        {
            "start": 861138205,
            "stop": 861138633
        }
    ]
}