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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10050",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10048",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10049,
    "results": [
        {
            "start": 872754818,
            "stop": 872755022
        },
        {
            "start": 872755039,
            "stop": 872756604
        },
        {
            "start": 872756638,
            "stop": 872756657
        },
        {
            "start": 872756768,
            "stop": 872756790
        },
        {
            "start": 872757750,
            "stop": 872758007
        },
        {
            "start": 872758041,
            "stop": 872759684
        },
        {
            "start": 872759701,
            "stop": 872761964
        },
        {
            "start": 872761981,
            "stop": 872764414
        },
        {
            "start": 872764431,
            "stop": 872766556
        },
        {
            "start": 872766563,
            "stop": 872766646
        },
        {
            "start": 872766663,
            "stop": 872766840
        },
        {
            "start": 872766900,
            "stop": 872766920
        },
        {
            "start": 872769660,
            "stop": 872771327
        },
        {
            "start": 872771344,
            "stop": 872773261
        },
        {
            "start": 872773281,
            "stop": 872773838
        },
        {
            "start": 872773855,
            "stop": 872774100
        },
        {
            "start": 872774136,
            "stop": 872775350
        },
        {
            "start": 872775367,
            "stop": 872776177
        },
        {
            "start": 872776194,
            "stop": 872777453
        },
        {
            "start": 872777489,
            "stop": 872778166
        }
    ]
}