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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=100",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 101,
    "results": [
        {
            "start": 962861391,
            "stop": 962881324
        },
        {
            "start": 962882799,
            "stop": 962927066
        },
        {
            "start": 962933779,
            "stop": 962944457
        },
        {
            "start": 962948181,
            "stop": 962953659
        },
        {
            "start": 962959502,
            "stop": 962979854
        },
        {
            "start": 963006913,
            "stop": 963009794
        },
        {
            "start": 963012920,
            "stop": 963014184
        },
        {
            "start": 963037411,
            "stop": 963068872
        },
        {
            "start": 963201875,
            "stop": 963242220
        },
        {
            "start": 963244299,
            "stop": 963245103
        },
        {
            "start": 963249966,
            "stop": 963286102
        },
        {
            "start": 963299807,
            "stop": 963326096
        },
        {
            "start": 963335750,
            "stop": 963352164
        },
        {
            "start": 963353884,
            "stop": 963468203
        },
        {
            "start": 963478836,
            "stop": 963481519
        },
        {
            "start": 963483671,
            "stop": 963494260
        },
        {
            "start": 963514650,
            "stop": 963518087
        },
        {
            "start": 963527880,
            "stop": 963556981
        },
        {
            "start": 963575140,
            "stop": 963592463
        },
        {
            "start": 963598570,
            "stop": 963672438
        }
    ]
}