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=2154
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=2155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2153",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2154,
    "results": [
        {
            "start": 872334092,
            "stop": 872334221
        },
        {
            "start": 872334240,
            "stop": 872334252
        },
        {
            "start": 872334271,
            "stop": 872334322
        },
        {
            "start": 872334341,
            "stop": 872334580
        },
        {
            "start": 872334608,
            "stop": 872336414
        },
        {
            "start": 872336434,
            "stop": 872336605
        },
        {
            "start": 872336629,
            "stop": 872336706
        },
        {
            "start": 872336727,
            "stop": 872337054
        },
        {
            "start": 872337075,
            "stop": 872337081
        },
        {
            "start": 872337100,
            "stop": 872337124
        },
        {
            "start": 872337143,
            "stop": 872337376
        },
        {
            "start": 872337395,
            "stop": 872337488
        },
        {
            "start": 872337507,
            "stop": 872337601
        },
        {
            "start": 872337650,
            "stop": 872337663
        },
        {
            "start": 872337690,
            "stop": 872337695
        },
        {
            "start": 872337719,
            "stop": 872337829
        },
        {
            "start": 872337856,
            "stop": 872337952
        },
        {
            "start": 872337971,
            "stop": 872338185
        },
        {
            "start": 872338204,
            "stop": 872338208
        },
        {
            "start": 872338225,
            "stop": 872338700
        }
    ]
}