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=2151
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=2152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2150",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2151,
    "results": [
        {
            "start": 872315186,
            "stop": 872315205
        },
        {
            "start": 872315224,
            "stop": 872315626
        },
        {
            "start": 872315683,
            "stop": 872315696
        },
        {
            "start": 872315761,
            "stop": 872315816
        },
        {
            "start": 872315835,
            "stop": 872315864
        },
        {
            "start": 872315884,
            "stop": 872316715
        },
        {
            "start": 872316734,
            "stop": 872317523
        },
        {
            "start": 872317557,
            "stop": 872317732
        },
        {
            "start": 872317751,
            "stop": 872318475
        },
        {
            "start": 872318496,
            "stop": 872319540
        },
        {
            "start": 872319559,
            "stop": 872319647
        },
        {
            "start": 872319666,
            "stop": 872319740
        },
        {
            "start": 872319760,
            "stop": 872320495
        },
        {
            "start": 872320517,
            "stop": 872320528
        },
        {
            "start": 872320554,
            "stop": 872320571
        },
        {
            "start": 872320601,
            "stop": 872320610
        },
        {
            "start": 872320629,
            "stop": 872320638
        },
        {
            "start": 872320657,
            "stop": 872320699
        },
        {
            "start": 872320718,
            "stop": 872322499
        },
        {
            "start": 872322518,
            "stop": 872322541
        }
    ]
}