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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5012",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5010",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5011,
    "results": [
        {
            "start": 872317574,
            "stop": 872317732
        },
        {
            "start": 872317768,
            "stop": 872317820
        },
        {
            "start": 872317837,
            "stop": 872318475
        },
        {
            "start": 872318513,
            "stop": 872319540
        },
        {
            "start": 872319576,
            "stop": 872319647
        },
        {
            "start": 872319683,
            "stop": 872319740
        },
        {
            "start": 872319777,
            "stop": 872320191
        },
        {
            "start": 872320207,
            "stop": 872320495
        },
        {
            "start": 872320674,
            "stop": 872320699
        },
        {
            "start": 872320735,
            "stop": 872322334
        },
        {
            "start": 872322351,
            "stop": 872322499
        },
        {
            "start": 872322535,
            "stop": 872322541
        },
        {
            "start": 872322684,
            "stop": 872322687
        },
        {
            "start": 872322767,
            "stop": 872322901
        },
        {
            "start": 872322937,
            "stop": 872323127
        },
        {
            "start": 872323163,
            "stop": 872323171
        },
        {
            "start": 872323207,
            "stop": 872323567
        },
        {
            "start": 872323620,
            "stop": 872323711
        },
        {
            "start": 872323754,
            "stop": 872323905
        },
        {
            "start": 872323941,
            "stop": 872324198
        }
    ]
}