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=2105
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=2106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2104",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2105,
    "results": [
        {
            "start": 871920654,
            "stop": 871920749
        },
        {
            "start": 871920836,
            "stop": 871920943
        },
        {
            "start": 871920960,
            "stop": 871920982
        },
        {
            "start": 871920999,
            "stop": 871921016
        },
        {
            "start": 871921033,
            "stop": 871921035
        },
        {
            "start": 871921052,
            "stop": 871921078
        },
        {
            "start": 871921119,
            "stop": 871921210
        },
        {
            "start": 871921227,
            "stop": 871921684
        },
        {
            "start": 871921701,
            "stop": 871922270
        },
        {
            "start": 871922312,
            "stop": 871922357
        },
        {
            "start": 871923268,
            "stop": 871923271
        },
        {
            "start": 871923353,
            "stop": 871923369
        },
        {
            "start": 871923426,
            "stop": 871923427
        },
        {
            "start": 871923471,
            "stop": 871923507
        },
        {
            "start": 871923549,
            "stop": 871923551
        },
        {
            "start": 871923584,
            "stop": 871923801
        },
        {
            "start": 871923974,
            "stop": 871924142
        },
        {
            "start": 871924159,
            "stop": 871924180
        },
        {
            "start": 871924197,
            "stop": 871924227
        },
        {
            "start": 871924510,
            "stop": 871925410
        }
    ]
}