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=10012
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=10013",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10011",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10012,
    "results": [
        {
            "start": 872301579,
            "stop": 872301636
        },
        {
            "start": 872301672,
            "stop": 872301726
        },
        {
            "start": 872301777,
            "stop": 872301978
        },
        {
            "start": 872301995,
            "stop": 872302302
        },
        {
            "start": 872302338,
            "stop": 872303923
        },
        {
            "start": 872303960,
            "stop": 872304287
        },
        {
            "start": 872304304,
            "stop": 872305060
        },
        {
            "start": 872305098,
            "stop": 872305118
        },
        {
            "start": 872305325,
            "stop": 872305377
        },
        {
            "start": 872305417,
            "stop": 872305590
        },
        {
            "start": 872305626,
            "stop": 872305684
        },
        {
            "start": 872305736,
            "stop": 872305796
        },
        {
            "start": 872305903,
            "stop": 872305939
        },
        {
            "start": 872305975,
            "stop": 872306182
        },
        {
            "start": 872306248,
            "stop": 872306379
        },
        {
            "start": 872306426,
            "stop": 872306649
        },
        {
            "start": 872306709,
            "stop": 872306774
        },
        {
            "start": 872306886,
            "stop": 872308831
        },
        {
            "start": 872308848,
            "stop": 872308863
        },
        {
            "start": 872308913,
            "stop": 872308923
        }
    ]
}