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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=209",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 210,
    "results": [
        {
            "start": 817759340,
            "stop": 817759361
        },
        {
            "start": 817759443,
            "stop": 817759473
        },
        {
            "start": 817759510,
            "stop": 817759517
        },
        {
            "start": 817759633,
            "stop": 817759660
        },
        {
            "start": 817759745,
            "stop": 817759749
        },
        {
            "start": 817759781,
            "stop": 817759803
        },
        {
            "start": 817760044,
            "stop": 817760049
        },
        {
            "start": 817760071,
            "stop": 817760092
        },
        {
            "start": 817760166,
            "stop": 817760187
        },
        {
            "start": 817760264,
            "stop": 817760308
        },
        {
            "start": 817760338,
            "stop": 817760362
        },
        {
            "start": 817760393,
            "stop": 817760400
        },
        {
            "start": 817760502,
            "stop": 817760528
        },
        {
            "start": 817760575,
            "stop": 817760588
        },
        {
            "start": 817760612,
            "stop": 817760635
        },
        {
            "start": 817760655,
            "stop": 817760677
        },
        {
            "start": 817760754,
            "stop": 817760763
        },
        {
            "start": 817760790,
            "stop": 817760807
        },
        {
            "start": 817760975,
            "stop": 817761011
        },
        {
            "start": 817761046,
            "stop": 817761052
        }
    ]
}