Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2217
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2216",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2217,
    "results": [
        {
            "start": 874345560,
            "stop": 874347630
        },
        {
            "start": 874348852,
            "stop": 874349484
        },
        {
            "start": 874350418,
            "stop": 874352463
        },
        {
            "start": 874355523,
            "stop": 874358460
        },
        {
            "start": 874358463,
            "stop": 874358474
        },
        {
            "start": 874358477,
            "stop": 874360393
        },
        {
            "start": 874362690,
            "stop": 874412640
        },
        {
            "start": 874412700,
            "stop": 874424651
        },
        {
            "start": 874424654,
            "stop": 874428120
        },
        {
            "start": 874428180,
            "stop": 874430332
        },
        {
            "start": 874430334,
            "stop": 874436605
        },
        {
            "start": 874438904,
            "stop": 874439910
        },
        {
            "start": 874440353,
            "stop": 874464192
        },
        {
            "start": 874464194,
            "stop": 874468530
        },
        {
            "start": 874468590,
            "stop": 874478542
        },
        {
            "start": 874479060,
            "stop": 874501217
        },
        {
            "start": 874502348,
            "stop": 874502488
        },
        {
            "start": 874502788,
            "stop": 874509840
        },
        {
            "start": 874509843,
            "stop": 874510200
        },
        {
            "start": 874510263,
            "stop": 874510269
        }
    ]
}