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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=480",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=478",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 479,
    "results": [
        {
            "start": 955254306,
            "stop": 955257737
        },
        {
            "start": 955260155,
            "stop": 955283037
        },
        {
            "start": 955283110,
            "stop": 955288527
        },
        {
            "start": 955297454,
            "stop": 955299586
        },
        {
            "start": 955309168,
            "stop": 955311034
        },
        {
            "start": 955314826,
            "stop": 955328114
        },
        {
            "start": 955365358,
            "stop": 955366307
        },
        {
            "start": 955368239,
            "stop": 955370781
        },
        {
            "start": 955370782,
            "stop": 955383318
        },
        {
            "start": 955383386,
            "stop": 955384743
        },
        {
            "start": 955384744,
            "stop": 955384747
        },
        {
            "start": 955400580,
            "stop": 955410715
        },
        {
            "start": 955413788,
            "stop": 955415277
        },
        {
            "start": 955420988,
            "stop": 955421772
        },
        {
            "start": 955425726,
            "stop": 955435454
        },
        {
            "start": 955436592,
            "stop": 955459141
        },
        {
            "start": 955470357,
            "stop": 955475255
        },
        {
            "start": 955475590,
            "stop": 955480481
        },
        {
            "start": 955482835,
            "stop": 955486164
        },
        {
            "start": 955486194,
            "stop": 955489315
        }
    ]
}