Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=156",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 157,
    "results": [
        {
            "start": 932492218,
            "stop": 932492245
        },
        {
            "start": 932492249,
            "stop": 932492276
        },
        {
            "start": 932492278,
            "stop": 932492576
        },
        {
            "start": 932492578,
            "stop": 932493016
        },
        {
            "start": 932493019,
            "stop": 932493192
        },
        {
            "start": 932493197,
            "stop": 932493205
        },
        {
            "start": 932493446,
            "stop": 932493615
        },
        {
            "start": 932493975,
            "stop": 932494703
        },
        {
            "start": 932495918,
            "stop": 932496394
        },
        {
            "start": 932498631,
            "stop": 932500699
        },
        {
            "start": 932500704,
            "stop": 932500815
        },
        {
            "start": 932501175,
            "stop": 932501522
        },
        {
            "start": 932501661,
            "stop": 932501697
        },
        {
            "start": 932501702,
            "stop": 932501956
        },
        {
            "start": 932502076,
            "stop": 932503771
        },
        {
            "start": 932503891,
            "stop": 932503981
        },
        {
            "start": 932503986,
            "stop": 932504333
        },
        {
            "start": 932504336,
            "stop": 932504346
        },
        {
            "start": 932505846,
            "stop": 932506389
        },
        {
            "start": 932506509,
            "stop": 932506566
        }
    ]
}