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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=120",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 121,
    "results": [
        {
            "start": 819986830,
            "stop": 819986884
        },
        {
            "start": 819986892,
            "stop": 819986897
        },
        {
            "start": 819986910,
            "stop": 819986937
        },
        {
            "start": 819986945,
            "stop": 819986961
        },
        {
            "start": 819986984,
            "stop": 819987342
        },
        {
            "start": 819987349,
            "stop": 819987458
        },
        {
            "start": 819987465,
            "stop": 819987558
        },
        {
            "start": 819987566,
            "stop": 819987866
        },
        {
            "start": 819987880,
            "stop": 819988137
        },
        {
            "start": 819988162,
            "stop": 819988167
        },
        {
            "start": 819988174,
            "stop": 819988251
        },
        {
            "start": 819988265,
            "stop": 819988272
        },
        {
            "start": 819988285,
            "stop": 819988327
        },
        {
            "start": 819988334,
            "stop": 819988339
        },
        {
            "start": 819988353,
            "stop": 819988412
        },
        {
            "start": 819988419,
            "stop": 819988489
        },
        {
            "start": 819988496,
            "stop": 819988676
        },
        {
            "start": 819988683,
            "stop": 819988755
        },
        {
            "start": 819988762,
            "stop": 819988823
        },
        {
            "start": 819988830,
            "stop": 819988974
        }
    ]
}