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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=26",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 27,
    "results": [
        {
            "start": 818621618,
            "stop": 818627775
        },
        {
            "start": 818627780,
            "stop": 818635044
        },
        {
            "start": 818636410,
            "stop": 818636550
        },
        {
            "start": 818637603,
            "stop": 818641135
        },
        {
            "start": 818641136,
            "stop": 818645190
        },
        {
            "start": 818647355,
            "stop": 818649507
        },
        {
            "start": 818649640,
            "stop": 818654700
        },
        {
            "start": 818657617,
            "stop": 818677590
        },
        {
            "start": 818681335,
            "stop": 818684261
        },
        {
            "start": 818684262,
            "stop": 818687130
        },
        {
            "start": 818689526,
            "stop": 818695231
        },
        {
            "start": 818695661,
            "stop": 818712059
        },
        {
            "start": 818712375,
            "stop": 818715270
        },
        {
            "start": 818715330,
            "stop": 818715348
        },
        {
            "start": 818716549,
            "stop": 818718060
        },
        {
            "start": 818718840,
            "stop": 818719590
        },
        {
            "start": 818720844,
            "stop": 818723610
        },
        {
            "start": 818725527,
            "stop": 818728439
        },
        {
            "start": 818730103,
            "stop": 818734597
        },
        {
            "start": 818736605,
            "stop": 818768759
        }
    ]
}