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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=277",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 278,
    "results": [
        {
            "start": 821804675,
            "stop": 821804722
        },
        {
            "start": 821804735,
            "stop": 821804820
        },
        {
            "start": 821804825,
            "stop": 821804873
        },
        {
            "start": 821804879,
            "stop": 821804916
        },
        {
            "start": 821804923,
            "stop": 821804939
        },
        {
            "start": 821804944,
            "stop": 821804996
        },
        {
            "start": 821805003,
            "stop": 821805021
        },
        {
            "start": 821805026,
            "stop": 821805033
        },
        {
            "start": 821805038,
            "stop": 821805048
        },
        {
            "start": 821805053,
            "stop": 821805224
        },
        {
            "start": 821805230,
            "stop": 821805244
        },
        {
            "start": 821805260,
            "stop": 821805289
        },
        {
            "start": 821805294,
            "stop": 821805355
        },
        {
            "start": 821805360,
            "stop": 821805481
        },
        {
            "start": 821805493,
            "stop": 821805585
        },
        {
            "start": 821805590,
            "stop": 821805633
        },
        {
            "start": 821805639,
            "stop": 821805674
        },
        {
            "start": 821805679,
            "stop": 821805729
        },
        {
            "start": 821805738,
            "stop": 821805747
        },
        {
            "start": 821805752,
            "stop": 821805820
        }
    ]
}