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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=56",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 57,
    "results": [
        {
            "start": 817569257,
            "stop": 817569276
        },
        {
            "start": 817569280,
            "stop": 817569315
        },
        {
            "start": 817569319,
            "stop": 817569383
        },
        {
            "start": 817569387,
            "stop": 817569432
        },
        {
            "start": 817570188,
            "stop": 817570505
        },
        {
            "start": 817570508,
            "stop": 817570591
        },
        {
            "start": 817573361,
            "stop": 817573950
        },
        {
            "start": 817573953,
            "stop": 817574580
        },
        {
            "start": 817574640,
            "stop": 817574993
        },
        {
            "start": 817575095,
            "stop": 817575480
        },
        {
            "start": 817575497,
            "stop": 817575832
        },
        {
            "start": 817575849,
            "stop": 817576345
        },
        {
            "start": 817576362,
            "stop": 817577226
        },
        {
            "start": 817577363,
            "stop": 817577571
        },
        {
            "start": 817577663,
            "stop": 817578600
        },
        {
            "start": 817578720,
            "stop": 817578900
        },
        {
            "start": 817578960,
            "stop": 817579049
        },
        {
            "start": 817579066,
            "stop": 817579560
        },
        {
            "start": 817579620,
            "stop": 817579800
        },
        {
            "start": 817579860,
            "stop": 817580054
        }
    ]
}