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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=101",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 102,
    "results": [
        {
            "start": 824958272,
            "stop": 824958944
        },
        {
            "start": 824960556,
            "stop": 824960560
        },
        {
            "start": 824960670,
            "stop": 824960918
        },
        {
            "start": 824961218,
            "stop": 824961429
        },
        {
            "start": 824961975,
            "stop": 824962184
        },
        {
            "start": 824962294,
            "stop": 824962393
        },
        {
            "start": 824962693,
            "stop": 824962906
        },
        {
            "start": 824963278,
            "stop": 824963484
        },
        {
            "start": 824963594,
            "stop": 824963897
        },
        {
            "start": 824964197,
            "stop": 824964401
        },
        {
            "start": 824964511,
            "stop": 824964631
        },
        {
            "start": 824964931,
            "stop": 824965090
        },
        {
            "start": 824965390,
            "stop": 824965651
        },
        {
            "start": 824965951,
            "stop": 824966227
        },
        {
            "start": 824966786,
            "stop": 824966804
        },
        {
            "start": 824967400,
            "stop": 824968202
        },
        {
            "start": 824974879,
            "stop": 824975276
        },
        {
            "start": 824975576,
            "stop": 824975782
        },
        {
            "start": 824977858,
            "stop": 824977905
        },
        {
            "start": 824978205,
            "stop": 824978359
        }
    ]
}