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=2170
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=2171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2169",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2170,
    "results": [
        {
            "start": 872429850,
            "stop": 872429862
        },
        {
            "start": 872429882,
            "stop": 872429884
        },
        {
            "start": 872429931,
            "stop": 872429934
        },
        {
            "start": 872429990,
            "stop": 872429994
        },
        {
            "start": 872430015,
            "stop": 872430025
        },
        {
            "start": 872430063,
            "stop": 872430068
        },
        {
            "start": 872430095,
            "stop": 872430110
        },
        {
            "start": 872430128,
            "stop": 872430138
        },
        {
            "start": 872430155,
            "stop": 872430169
        },
        {
            "start": 872430199,
            "stop": 872430244
        },
        {
            "start": 872430287,
            "stop": 872430288
        },
        {
            "start": 872430305,
            "stop": 872430340
        },
        {
            "start": 872430357,
            "stop": 872430359
        },
        {
            "start": 872430388,
            "stop": 872430401
        },
        {
            "start": 872430493,
            "stop": 872430555
        },
        {
            "start": 872430573,
            "stop": 872430609
        },
        {
            "start": 872430654,
            "stop": 872430698
        },
        {
            "start": 872430715,
            "stop": 872430716
        },
        {
            "start": 872430733,
            "stop": 872430745
        },
        {
            "start": 872430775,
            "stop": 872430806
        }
    ]
}