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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8621",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8619",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8620,
    "results": [
        {
            "start": 871101356,
            "stop": 871101608
        },
        {
            "start": 871101625,
            "stop": 871102260
        },
        {
            "start": 871102320,
            "stop": 871102500
        },
        {
            "start": 871102620,
            "stop": 871105384
        },
        {
            "start": 871106820,
            "stop": 871106870
        },
        {
            "start": 871107000,
            "stop": 871107240
        },
        {
            "start": 871107360,
            "stop": 871107480
        },
        {
            "start": 871107540,
            "stop": 871108260
        },
        {
            "start": 871108320,
            "stop": 871110224
        },
        {
            "start": 871110525,
            "stop": 871116480
        },
        {
            "start": 871116540,
            "stop": 871124324
        },
        {
            "start": 871124341,
            "stop": 871125237
        },
        {
            "start": 871125254,
            "stop": 871131020
        },
        {
            "start": 871131037,
            "stop": 871136030
        },
        {
            "start": 871136110,
            "stop": 871137081
        },
        {
            "start": 871137098,
            "stop": 871138142
        },
        {
            "start": 871138159,
            "stop": 871139050
        },
        {
            "start": 871155840,
            "stop": 871156365
        },
        {
            "start": 871156382,
            "stop": 871156456
        },
        {
            "start": 871156473,
            "stop": 871156543
        }
    ]
}