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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=308",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 309,
    "results": [
        {
            "start": 942462731,
            "stop": 942463912
        },
        {
            "start": 942463918,
            "stop": 942463937
        },
        {
            "start": 942463943,
            "stop": 942464471
        },
        {
            "start": 942464482,
            "stop": 942466590
        },
        {
            "start": 942473476,
            "stop": 942484409
        },
        {
            "start": 942484417,
            "stop": 942485931
        },
        {
            "start": 942488996,
            "stop": 942499362
        },
        {
            "start": 942571561,
            "stop": 942575990
        },
        {
            "start": 942580945,
            "stop": 942582709
        },
        {
            "start": 942584427,
            "stop": 942585967
        },
        {
            "start": 942587928,
            "stop": 942592539
        },
        {
            "start": 942593397,
            "stop": 942595775
        },
        {
            "start": 942598728,
            "stop": 942601910
        },
        {
            "start": 942658377,
            "stop": 942675818
        },
        {
            "start": 942676886,
            "stop": 942677274
        },
        {
            "start": 942680676,
            "stop": 942681232
        },
        {
            "start": 942733339,
            "stop": 942743538
        },
        {
            "start": 942746012,
            "stop": 942756636
        },
        {
            "start": 942772479,
            "stop": 942772923
        },
        {
            "start": 942775198,
            "stop": 942776980
        }
    ]
}