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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=25",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 26,
    "results": [
        {
            "start": 816462542,
            "stop": 816465360
        },
        {
            "start": 816465480,
            "stop": 816465780
        },
        {
            "start": 816465840,
            "stop": 816466260
        },
        {
            "start": 816466380,
            "stop": 816469873
        },
        {
            "start": 816470728,
            "stop": 816471733
        },
        {
            "start": 816472765,
            "stop": 816476390
        },
        {
            "start": 816476470,
            "stop": 816481380
        },
        {
            "start": 816481440,
            "stop": 816481453
        },
        {
            "start": 816482752,
            "stop": 816483300
        },
        {
            "start": 816483360,
            "stop": 816487730
        },
        {
            "start": 816487810,
            "stop": 816493010
        },
        {
            "start": 816493090,
            "stop": 816493421
        },
        {
            "start": 816493450,
            "stop": 816493573
        },
        {
            "start": 816493576,
            "stop": 816493577
        },
        {
            "start": 816495423,
            "stop": 816497803
        },
        {
            "start": 816497815,
            "stop": 816500118
        },
        {
            "start": 816500281,
            "stop": 816502339
        },
        {
            "start": 816502347,
            "stop": 816509032
        },
        {
            "start": 816509045,
            "stop": 816514130
        },
        {
            "start": 816514210,
            "stop": 816526313
        }
    ]
}