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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=30",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 31,
    "results": [
        {
            "start": 816305424,
            "stop": 816305472
        },
        {
            "start": 816307650,
            "stop": 816308893
        },
        {
            "start": 816310655,
            "stop": 816311270
        },
        {
            "start": 816311278,
            "stop": 816311473
        },
        {
            "start": 816311986,
            "stop": 816312046
        },
        {
            "start": 816312050,
            "stop": 816312142
        },
        {
            "start": 816312151,
            "stop": 816312161
        },
        {
            "start": 816312178,
            "stop": 816312182
        },
        {
            "start": 816312204,
            "stop": 816312205
        },
        {
            "start": 816312229,
            "stop": 816312232
        },
        {
            "start": 816312251,
            "stop": 816312338
        },
        {
            "start": 816312345,
            "stop": 816313645
        },
        {
            "start": 816313656,
            "stop": 816314411
        },
        {
            "start": 816314942,
            "stop": 816315384
        },
        {
            "start": 816315392,
            "stop": 816315402
        },
        {
            "start": 816315421,
            "stop": 816316739
        },
        {
            "start": 816316743,
            "stop": 816316972
        },
        {
            "start": 816316975,
            "stop": 816317798
        },
        {
            "start": 816317802,
            "stop": 816318253
        },
        {
            "start": 816321073,
            "stop": 816323953
        }
    ]
}