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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=29",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 30,
    "results": [
        {
            "start": 816445024,
            "stop": 816445027
        },
        {
            "start": 816445057,
            "stop": 816445081
        },
        {
            "start": 816445101,
            "stop": 816445221
        },
        {
            "start": 816445271,
            "stop": 816445290
        },
        {
            "start": 816459130,
            "stop": 816459140
        },
        {
            "start": 816459175,
            "stop": 816459234
        },
        {
            "start": 816459320,
            "stop": 816459488
        },
        {
            "start": 816459510,
            "stop": 816459603
        },
        {
            "start": 816459729,
            "stop": 816459773
        },
        {
            "start": 816459796,
            "stop": 816459797
        },
        {
            "start": 816459834,
            "stop": 816459837
        },
        {
            "start": 816459877,
            "stop": 816459936
        },
        {
            "start": 816459956,
            "stop": 816460002
        },
        {
            "start": 816460040,
            "stop": 816460048
        },
        {
            "start": 816460086,
            "stop": 816460134
        },
        {
            "start": 816460155,
            "stop": 816460163
        },
        {
            "start": 816460184,
            "stop": 816460251
        },
        {
            "start": 816460271,
            "stop": 816460288
        },
        {
            "start": 816460316,
            "stop": 816460382
        },
        {
            "start": 816460403,
            "stop": 816460487
        }
    ]
}