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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=347",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 348,
    "results": [
        {
            "start": 824132078,
            "stop": 824132836
        },
        {
            "start": 824132844,
            "stop": 824132852
        },
        {
            "start": 824132867,
            "stop": 824132888
        },
        {
            "start": 824132903,
            "stop": 824132938
        },
        {
            "start": 824132947,
            "stop": 824132989
        },
        {
            "start": 824132994,
            "stop": 824133020
        },
        {
            "start": 824133056,
            "stop": 824133088
        },
        {
            "start": 824133100,
            "stop": 824133110
        },
        {
            "start": 824133149,
            "stop": 824133192
        },
        {
            "start": 824133197,
            "stop": 824133415
        },
        {
            "start": 824133421,
            "stop": 824133521
        },
        {
            "start": 824133527,
            "stop": 824133687
        },
        {
            "start": 824133692,
            "stop": 824135547
        },
        {
            "start": 824136133,
            "stop": 824138796
        },
        {
            "start": 824143905,
            "stop": 824144134
        },
        {
            "start": 824144139,
            "stop": 824146736
        },
        {
            "start": 824146742,
            "stop": 824147599
        },
        {
            "start": 824147689,
            "stop": 824147717
        },
        {
            "start": 824147722,
            "stop": 824147939
        },
        {
            "start": 824151404,
            "stop": 824151502
        }
    ]
}