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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=746",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=744",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 745,
    "results": [
        {
            "start": 954065284,
            "stop": 954072945
        },
        {
            "start": 954076970,
            "stop": 954079405
        },
        {
            "start": 954082552,
            "stop": 954083632
        },
        {
            "start": 954084308,
            "stop": 954085261
        },
        {
            "start": 954085677,
            "stop": 954087426
        },
        {
            "start": 954088004,
            "stop": 954090536
        },
        {
            "start": 954096026,
            "stop": 954096223
        },
        {
            "start": 954096257,
            "stop": 954096480
        },
        {
            "start": 954096671,
            "stop": 954096736
        },
        {
            "start": 954097524,
            "stop": 954097701
        },
        {
            "start": 954102205,
            "stop": 954102238
        },
        {
            "start": 954102317,
            "stop": 954151210
        },
        {
            "start": 954152113,
            "stop": 954161516
        },
        {
            "start": 954177391,
            "stop": 954191253
        },
        {
            "start": 954191619,
            "stop": 954193856
        },
        {
            "start": 954194649,
            "stop": 954220584
        },
        {
            "start": 954220590,
            "stop": 954241958
        },
        {
            "start": 954245154,
            "stop": 954261272
        },
        {
            "start": 954264341,
            "stop": 954272875
        },
        {
            "start": 954281985,
            "stop": 954292352
        }
    ]
}