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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8719",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8717",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8718,
    "results": [
        {
            "start": 872504930,
            "stop": 872507519
        },
        {
            "start": 872507536,
            "stop": 872507804
        },
        {
            "start": 872507985,
            "stop": 872508284
        },
        {
            "start": 872508465,
            "stop": 872508584
        },
        {
            "start": 872508765,
            "stop": 872511646
        },
        {
            "start": 872511663,
            "stop": 872511770
        },
        {
            "start": 872511850,
            "stop": 872512560
        },
        {
            "start": 872512620,
            "stop": 872513084
        },
        {
            "start": 872513385,
            "stop": 872513504
        },
        {
            "start": 872513685,
            "stop": 872514210
        },
        {
            "start": 872514217,
            "stop": 872514412
        },
        {
            "start": 872514532,
            "stop": 872514835
        },
        {
            "start": 872514839,
            "stop": 872514944
        },
        {
            "start": 872514984,
            "stop": 872515529
        },
        {
            "start": 872518631,
            "stop": 872519115
        },
        {
            "start": 872519187,
            "stop": 872520710
        },
        {
            "start": 872520790,
            "stop": 872522264
        },
        {
            "start": 872522303,
            "stop": 872522319
        },
        {
            "start": 872522358,
            "stop": 872522791
        },
        {
            "start": 872522911,
            "stop": 872524080
        }
    ]
}