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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2289",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2290,
    "results": [
        {
            "start": 871106811,
            "stop": 871106870
        },
        {
            "start": 871106950,
            "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
        },
        {
            "start": 871156578,
            "stop": 871156970
        },
        {
            "start": 871157050,
            "stop": 871157171
        },
        {
            "start": 871157188,
            "stop": 871158215
        },
        {
            "start": 871158232,
            "stop": 871158368
        },
        {
            "start": 871158385,
            "stop": 871158597
        },
        {
            "start": 871158656,
            "stop": 871158726
        },
        {
            "start": 871158733,
            "stop": 871159980
        }
    ]
}