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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5306",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5304",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5305,
    "results": [
        {
            "start": 970716262,
            "stop": 970716716
        },
        {
            "start": 970716719,
            "stop": 970716762
        },
        {
            "start": 970716765,
            "stop": 970717126
        },
        {
            "start": 970717129,
            "stop": 970718012
        },
        {
            "start": 970718015,
            "stop": 970718064
        },
        {
            "start": 970718067,
            "stop": 970719421
        },
        {
            "start": 970719424,
            "stop": 970721564
        },
        {
            "start": 970721567,
            "stop": 970721580
        },
        {
            "start": 970721583,
            "stop": 970722724
        },
        {
            "start": 970722727,
            "stop": 970722841
        },
        {
            "start": 970722844,
            "stop": 970724594
        },
        {
            "start": 970724597,
            "stop": 970724817
        },
        {
            "start": 970724820,
            "stop": 970725497
        },
        {
            "start": 970725500,
            "stop": 970725611
        },
        {
            "start": 970725614,
            "stop": 970726474
        },
        {
            "start": 970726477,
            "stop": 970726536
        },
        {
            "start": 970726539,
            "stop": 970728125
        },
        {
            "start": 970728128,
            "stop": 970728338
        },
        {
            "start": 970728518,
            "stop": 970728578
        },
        {
            "start": 970729178,
            "stop": 970729238
        }
    ]
}