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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=157",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 158,
    "results": [
        {
            "start": 837185061,
            "stop": 837185706
        },
        {
            "start": 837185814,
            "stop": 837185856
        },
        {
            "start": 837186149,
            "stop": 837186356
        },
        {
            "start": 837186605,
            "stop": 837188953
        },
        {
            "start": 837197806,
            "stop": 837242893
        },
        {
            "start": 837242911,
            "stop": 837242913
        },
        {
            "start": 837244003,
            "stop": 837265143
        },
        {
            "start": 837265216,
            "stop": 837269593
        },
        {
            "start": 837269632,
            "stop": 837269633
        },
        {
            "start": 837269693,
            "stop": 837270423
        },
        {
            "start": 837297137,
            "stop": 837297180
        },
        {
            "start": 837297219,
            "stop": 837304873
        },
        {
            "start": 837304899,
            "stop": 837304900
        },
        {
            "start": 837306285,
            "stop": 837307873
        },
        {
            "start": 837307892,
            "stop": 837307893
        },
        {
            "start": 837308173,
            "stop": 837324853
        },
        {
            "start": 837324899,
            "stop": 837324900
        },
        {
            "start": 837325094,
            "stop": 837331993
        },
        {
            "start": 837333798,
            "stop": 837341820
        },
        {
            "start": 837344250,
            "stop": 837345073
        }
    ]
}