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=10139
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=10140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10138",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10139,
    "results": [
        {
            "start": 873706983,
            "stop": 873707003
        },
        {
            "start": 873707010,
            "stop": 873707065
        },
        {
            "start": 873707072,
            "stop": 873707096
        },
        {
            "start": 873707216,
            "stop": 873707242
        },
        {
            "start": 873707254,
            "stop": 873707256
        },
        {
            "start": 873707269,
            "stop": 873707314
        },
        {
            "start": 873707322,
            "stop": 873707426
        },
        {
            "start": 873707437,
            "stop": 873707460
        },
        {
            "start": 873707467,
            "stop": 873707656
        },
        {
            "start": 873707664,
            "stop": 873707696
        },
        {
            "start": 873707704,
            "stop": 873707772
        },
        {
            "start": 873707783,
            "stop": 873707837
        },
        {
            "start": 873707852,
            "stop": 873707870
        },
        {
            "start": 873711097,
            "stop": 873711116
        },
        {
            "start": 873711152,
            "stop": 873711229
        },
        {
            "start": 873711236,
            "stop": 873711250
        },
        {
            "start": 873711257,
            "stop": 873711272
        },
        {
            "start": 873711283,
            "stop": 873711290
        },
        {
            "start": 873711311,
            "stop": 873711328
        },
        {
            "start": 873711336,
            "stop": 873711344
        }
    ]
}