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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8229",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8230,
    "results": [
        {
            "start": 971610132,
            "stop": 971610358
        },
        {
            "start": 971610361,
            "stop": 971610606
        },
        {
            "start": 971610609,
            "stop": 971611039
        },
        {
            "start": 971611042,
            "stop": 971611490
        },
        {
            "start": 971611493,
            "stop": 971612473
        },
        {
            "start": 971612476,
            "stop": 971613521
        },
        {
            "start": 971613524,
            "stop": 971613653
        },
        {
            "start": 971613656,
            "stop": 971614059
        },
        {
            "start": 971614062,
            "stop": 971615943
        },
        {
            "start": 971615946,
            "stop": 971616702
        },
        {
            "start": 971616705,
            "stop": 971616736
        },
        {
            "start": 971616739,
            "stop": 971616974
        },
        {
            "start": 971616977,
            "stop": 971617062
        },
        {
            "start": 971617066,
            "stop": 971617199
        },
        {
            "start": 971617204,
            "stop": 971617244
        },
        {
            "start": 971617247,
            "stop": 971617508
        },
        {
            "start": 971617511,
            "stop": 971617549
        },
        {
            "start": 971617552,
            "stop": 971617569
        },
        {
            "start": 971617572,
            "stop": 971617686
        },
        {
            "start": 971617689,
            "stop": 971618086
        }
    ]
}