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/H2_CBCLOW_CAT3/segments?format=api&page=4990
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=4991",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4989",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4990,
    "results": [
        {
            "start": 874517691,
            "stop": 874517750
        },
        {
            "start": 874517757,
            "stop": 874517781
        },
        {
            "start": 874517788,
            "stop": 874517831
        },
        {
            "start": 874517850,
            "stop": 874517865
        },
        {
            "start": 874517872,
            "stop": 874517879
        },
        {
            "start": 874517886,
            "stop": 874517975
        },
        {
            "start": 874517983,
            "stop": 874518003
        },
        {
            "start": 874518010,
            "stop": 874518024
        },
        {
            "start": 874518031,
            "stop": 874518036
        },
        {
            "start": 874518044,
            "stop": 874518057
        },
        {
            "start": 874518066,
            "stop": 874518096
        },
        {
            "start": 874518103,
            "stop": 874518165
        },
        {
            "start": 874518173,
            "stop": 874518190
        },
        {
            "start": 874518200,
            "stop": 874518262
        },
        {
            "start": 874518276,
            "stop": 874518294
        },
        {
            "start": 874518301,
            "stop": 874518335
        },
        {
            "start": 874518343,
            "stop": 874518369
        },
        {
            "start": 874518376,
            "stop": 874518381
        },
        {
            "start": 874518393,
            "stop": 874518398
        },
        {
            "start": 874518409,
            "stop": 874518446
        }
    ]
}