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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=69",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 70,
    "results": [
        {
            "start": 931457463,
            "stop": 931457467
        },
        {
            "start": 931457562,
            "stop": 931457630
        },
        {
            "start": 931457689,
            "stop": 931457707
        },
        {
            "start": 931457757,
            "stop": 931457772
        },
        {
            "start": 931461244,
            "stop": 931461245
        },
        {
            "start": 931461280,
            "stop": 931461282
        },
        {
            "start": 931461301,
            "stop": 931461319
        },
        {
            "start": 931461320,
            "stop": 931461350
        },
        {
            "start": 931461410,
            "stop": 931461659
        },
        {
            "start": 931461662,
            "stop": 931461680
        },
        {
            "start": 931461723,
            "stop": 931461731
        },
        {
            "start": 931461750,
            "stop": 931461958
        },
        {
            "start": 931461961,
            "stop": 931462032
        },
        {
            "start": 931462035,
            "stop": 931462085
        },
        {
            "start": 931462159,
            "stop": 931462205
        },
        {
            "start": 931462208,
            "stop": 931462209
        },
        {
            "start": 931462213,
            "stop": 931462230
        },
        {
            "start": 931462231,
            "stop": 931462347
        },
        {
            "start": 931462371,
            "stop": 931462377
        },
        {
            "start": 931462378,
            "stop": 931462395
        }
    ]
}