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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=6",
    "results_count": 230,
    "results_per_page": 20,
    "num_pages": 12,
    "page_number": 7,
    "results": [
        {
            "start": 845321518,
            "stop": 845525104
        },
        {
            "start": 845525519,
            "stop": 845588704
        },
        {
            "start": 845589119,
            "stop": 845740864
        },
        {
            "start": 845742764,
            "stop": 845827264
        },
        {
            "start": 845827604,
            "stop": 845843404
        },
        {
            "start": 845843519,
            "stop": 845844364
        },
        {
            "start": 845844720,
            "stop": 845845024
        },
        {
            "start": 845845318,
            "stop": 845845864
        },
        {
            "start": 845846351,
            "stop": 845914924
        },
        {
            "start": 845915036,
            "stop": 846345664
        },
        {
            "start": 846352304,
            "stop": 846417664
        },
        {
            "start": 846421064,
            "stop": 846442450
        },
        {
            "start": 847735666,
            "stop": 848163664
        },
        {
            "start": 848166644,
            "stop": 848167144
        },
        {
            "start": 848171504,
            "stop": 848195021
        },
        {
            "start": 848195519,
            "stop": 848774545
        },
        {
            "start": 849979920,
            "stop": 849980044
        },
        {
            "start": 849980504,
            "stop": 849985264
        },
        {
            "start": 849988364,
            "stop": 849988864
        },
        {
            "start": 849988904,
            "stop": 849991489
        }
    ]
}