Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=383
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=382",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 383,
    "results": [
        {
            "start": 821506677,
            "stop": 821506692
        },
        {
            "start": 821506698,
            "stop": 821506724
        },
        {
            "start": 821506731,
            "stop": 821506920
        },
        {
            "start": 821506923,
            "stop": 821506986
        },
        {
            "start": 821506989,
            "stop": 821507069
        },
        {
            "start": 821507077,
            "stop": 821507128
        },
        {
            "start": 821507131,
            "stop": 821507154
        },
        {
            "start": 821507161,
            "stop": 821507203
        },
        {
            "start": 821507210,
            "stop": 821507225
        },
        {
            "start": 821507232,
            "stop": 821507247
        },
        {
            "start": 821507254,
            "stop": 821507256
        },
        {
            "start": 821507259,
            "stop": 821507313
        },
        {
            "start": 821507320,
            "stop": 821507330
        },
        {
            "start": 821507337,
            "stop": 821507386
        },
        {
            "start": 821507394,
            "stop": 821507414
        },
        {
            "start": 821507417,
            "stop": 821507420
        },
        {
            "start": 821507424,
            "stop": 821507449
        },
        {
            "start": 821507452,
            "stop": 821507461
        },
        {
            "start": 821507464,
            "stop": 821507476
        },
        {
            "start": 821507479,
            "stop": 821507487
        }
    ]
}