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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=143",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 144,
    "results": [
        {
            "start": 818645957,
            "stop": 818645978
        },
        {
            "start": 818645988,
            "stop": 818645995
        },
        {
            "start": 818646003,
            "stop": 818646004
        },
        {
            "start": 818646013,
            "stop": 818646069
        },
        {
            "start": 818646077,
            "stop": 818646105
        },
        {
            "start": 818646113,
            "stop": 818646175
        },
        {
            "start": 818646183,
            "stop": 818646190
        },
        {
            "start": 818646198,
            "stop": 818646248
        },
        {
            "start": 818646256,
            "stop": 818646279
        },
        {
            "start": 818646304,
            "stop": 818646312
        },
        {
            "start": 818646326,
            "stop": 818646330
        },
        {
            "start": 818646339,
            "stop": 818646350
        },
        {
            "start": 818646358,
            "stop": 818646366
        },
        {
            "start": 818646377,
            "stop": 818646378
        },
        {
            "start": 818646442,
            "stop": 818646446
        },
        {
            "start": 818646453,
            "stop": 818646458
        },
        {
            "start": 818646465,
            "stop": 818646469
        },
        {
            "start": 818646478,
            "stop": 818646643
        },
        {
            "start": 818646664,
            "stop": 818646665
        },
        {
            "start": 818646675,
            "stop": 818646700
        }
    ]
}