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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=106",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 107,
    "results": [
        {
            "start": 931537805,
            "stop": 931537812
        },
        {
            "start": 931537836,
            "stop": 931537847
        },
        {
            "start": 931537907,
            "stop": 931537908
        },
        {
            "start": 931537919,
            "stop": 931537920
        },
        {
            "start": 931537936,
            "stop": 931537939
        },
        {
            "start": 931537951,
            "stop": 931537952
        },
        {
            "start": 931538031,
            "stop": 931538033
        },
        {
            "start": 931538038,
            "stop": 931538042
        },
        {
            "start": 931538059,
            "stop": 931538070
        },
        {
            "start": 931538094,
            "stop": 931538096
        },
        {
            "start": 931538105,
            "stop": 931538106
        },
        {
            "start": 931538126,
            "stop": 931538137
        },
        {
            "start": 931538143,
            "stop": 931538170
        },
        {
            "start": 931538194,
            "stop": 931538202
        },
        {
            "start": 931538224,
            "stop": 931538225
        },
        {
            "start": 931538234,
            "stop": 931538240
        },
        {
            "start": 931538246,
            "stop": 931538259
        },
        {
            "start": 931538274,
            "stop": 931538276
        },
        {
            "start": 931538281,
            "stop": 931538331
        },
        {
            "start": 931538342,
            "stop": 931538347
        }
    ]
}