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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=223",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 224,
    "results": [
        {
            "start": 848315142,
            "stop": 848317505
        },
        {
            "start": 848317508,
            "stop": 848317873
        },
        {
            "start": 848318823,
            "stop": 848319448
        },
        {
            "start": 848319456,
            "stop": 848319521
        },
        {
            "start": 848324697,
            "stop": 848324935
        },
        {
            "start": 848325568,
            "stop": 848325632
        },
        {
            "start": 848325641,
            "stop": 848325646
        },
        {
            "start": 848326670,
            "stop": 848327788
        },
        {
            "start": 848327792,
            "stop": 848327873
        },
        {
            "start": 848327877,
            "stop": 848330449
        },
        {
            "start": 848330458,
            "stop": 848330569
        },
        {
            "start": 848332046,
            "stop": 848332099
        },
        {
            "start": 848332117,
            "stop": 848335436
        },
        {
            "start": 848335440,
            "stop": 848335446
        },
        {
            "start": 848335450,
            "stop": 848335453
        },
        {
            "start": 848336639,
            "stop": 848337136
        },
        {
            "start": 848337139,
            "stop": 848337150
        },
        {
            "start": 848337154,
            "stop": 848337160
        },
        {
            "start": 848337163,
            "stop": 848337174
        },
        {
            "start": 848337178,
            "stop": 848337184
        }
    ]
}