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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=280",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 281,
    "results": [
        {
            "start": 935391794,
            "stop": 935391827
        },
        {
            "start": 935391829,
            "stop": 935391843
        },
        {
            "start": 935391847,
            "stop": 935394597
        },
        {
            "start": 935394642,
            "stop": 935395388
        },
        {
            "start": 935395391,
            "stop": 935395398
        },
        {
            "start": 935395400,
            "stop": 935395417
        },
        {
            "start": 935395419,
            "stop": 935395423
        },
        {
            "start": 935395425,
            "stop": 935395440
        },
        {
            "start": 935395444,
            "stop": 935398965
        },
        {
            "start": 935398967,
            "stop": 935398970
        },
        {
            "start": 935398973,
            "stop": 935398990
        },
        {
            "start": 935398992,
            "stop": 935398999
        },
        {
            "start": 935399001,
            "stop": 935399019
        },
        {
            "start": 935399021,
            "stop": 935399026
        },
        {
            "start": 935399028,
            "stop": 935399043
        },
        {
            "start": 935399047,
            "stop": 935402563
        },
        {
            "start": 935402566,
            "stop": 935402571
        },
        {
            "start": 935402575,
            "stop": 935402588
        },
        {
            "start": 935402591,
            "stop": 935402617
        },
        {
            "start": 935402620,
            "stop": 935402624
        }
    ]
}