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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=20",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 21,
    "results": [
        {
            "start": 817723423,
            "stop": 817730666
        },
        {
            "start": 817730835,
            "stop": 817736342
        },
        {
            "start": 817736344,
            "stop": 817736870
        },
        {
            "start": 817736878,
            "stop": 817753170
        },
        {
            "start": 817753230,
            "stop": 817753253
        },
        {
            "start": 817757865,
            "stop": 817764726
        },
        {
            "start": 817765466,
            "stop": 817766187
        },
        {
            "start": 817768021,
            "stop": 817770750
        },
        {
            "start": 817774855,
            "stop": 817781790
        },
        {
            "start": 817782558,
            "stop": 817783510
        },
        {
            "start": 817783810,
            "stop": 817821570
        },
        {
            "start": 817822627,
            "stop": 817824113
        },
        {
            "start": 817824115,
            "stop": 817824390
        },
        {
            "start": 817824450,
            "stop": 817824457
        },
        {
            "start": 817828411,
            "stop": 817829006
        },
        {
            "start": 817829052,
            "stop": 817839360
        },
        {
            "start": 817841097,
            "stop": 817844323
        },
        {
            "start": 817844763,
            "stop": 817845367
        },
        {
            "start": 817850070,
            "stop": 817852414
        },
        {
            "start": 817857283,
            "stop": 817859370
        }
    ]
}