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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=400",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=398",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 399,
    "results": [
        {
            "start": 935399047,
            "stop": 935402563
        },
        {
            "start": 935402566,
            "stop": 935402571
        },
        {
            "start": 935402575,
            "stop": 935402588
        },
        {
            "start": 935402591,
            "stop": 935402617
        },
        {
            "start": 935402620,
            "stop": 935402624
        },
        {
            "start": 935402626,
            "stop": 935402632
        },
        {
            "start": 935402634,
            "stop": 935402640
        },
        {
            "start": 935402644,
            "stop": 935403305
        },
        {
            "start": 935403307,
            "stop": 935406184
        },
        {
            "start": 935406186,
            "stop": 935406188
        },
        {
            "start": 935406190,
            "stop": 935406208
        },
        {
            "start": 935406210,
            "stop": 935406247
        },
        {
            "start": 935406250,
            "stop": 935406271
        },
        {
            "start": 935406276,
            "stop": 935409771
        },
        {
            "start": 935409773,
            "stop": 935409796
        },
        {
            "start": 935409799,
            "stop": 935409825
        },
        {
            "start": 935409827,
            "stop": 935409830
        },
        {
            "start": 935409833,
            "stop": 935409839
        },
        {
            "start": 935409841,
            "stop": 935409847
        },
        {
            "start": 935409852,
            "stop": 935413362
        }
    ]
}