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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=253",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 254,
    "results": [
        {
            "start": 862007752,
            "stop": 862009806
        },
        {
            "start": 862040036,
            "stop": 862058940
        },
        {
            "start": 862059445,
            "stop": 862063280
        },
        {
            "start": 862065076,
            "stop": 862065438
        },
        {
            "start": 862065710,
            "stop": 862065825
        },
        {
            "start": 862066249,
            "stop": 862067061
        },
        {
            "start": 862084178,
            "stop": 862085546
        },
        {
            "start": 862085690,
            "stop": 862087002
        },
        {
            "start": 862087999,
            "stop": 862089352
        },
        {
            "start": 862089758,
            "stop": 862094758
        },
        {
            "start": 862128116,
            "stop": 862141578
        },
        {
            "start": 862143707,
            "stop": 862149067
        },
        {
            "start": 862150606,
            "stop": 862155223
        },
        {
            "start": 862155315,
            "stop": 862170976
        },
        {
            "start": 862173696,
            "stop": 862173840
        },
        {
            "start": 862173846,
            "stop": 862183955
        },
        {
            "start": 862184614,
            "stop": 862185528
        },
        {
            "start": 862209891,
            "stop": 862213440
        },
        {
            "start": 862213481,
            "stop": 862215509
        },
        {
            "start": 862215900,
            "stop": 862224004
        }
    ]
}