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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=52",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 53,
    "results": [
        {
            "start": 817588440,
            "stop": 817588535
        },
        {
            "start": 817588538,
            "stop": 817590960
        },
        {
            "start": 817591080,
            "stop": 817591140
        },
        {
            "start": 817591320,
            "stop": 817591860
        },
        {
            "start": 817591920,
            "stop": 817592463
        },
        {
            "start": 817594520,
            "stop": 817595880
        },
        {
            "start": 817595940,
            "stop": 817596386
        },
        {
            "start": 817597348,
            "stop": 817599420
        },
        {
            "start": 817599480,
            "stop": 817600140
        },
        {
            "start": 817605934,
            "stop": 817606492
        },
        {
            "start": 817606764,
            "stop": 817618078
        },
        {
            "start": 817633929,
            "stop": 817640743
        },
        {
            "start": 817640924,
            "stop": 817641687
        },
        {
            "start": 817641690,
            "stop": 817653598
        },
        {
            "start": 817653602,
            "stop": 817661903
        },
        {
            "start": 817664610,
            "stop": 817672800
        },
        {
            "start": 817672860,
            "stop": 817681090
        },
        {
            "start": 817681095,
            "stop": 817682835
        },
        {
            "start": 817684188,
            "stop": 817686977
        },
        {
            "start": 817688327,
            "stop": 817688562
        }
    ]
}