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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=84",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 85,
    "results": [
        {
            "start": 817681152,
            "stop": 817681620
        },
        {
            "start": 817681740,
            "stop": 817681860
        },
        {
            "start": 817681920,
            "stop": 817682360
        },
        {
            "start": 817682377,
            "stop": 817682398
        },
        {
            "start": 817682518,
            "stop": 817682573
        },
        {
            "start": 817682640,
            "stop": 817682678
        },
        {
            "start": 817682695,
            "stop": 817682700
        },
        {
            "start": 817682760,
            "stop": 817682820
        },
        {
            "start": 817684188,
            "stop": 817684301
        },
        {
            "start": 817684318,
            "stop": 817686977
        },
        {
            "start": 817688327,
            "stop": 817688554
        },
        {
            "start": 817688573,
            "stop": 817689120
        },
        {
            "start": 817689180,
            "stop": 817689447
        },
        {
            "start": 817701704,
            "stop": 817703473
        },
        {
            "start": 817703490,
            "stop": 817704856
        },
        {
            "start": 817704873,
            "stop": 817704888
        },
        {
            "start": 817704905,
            "stop": 817707253
        },
        {
            "start": 817708634,
            "stop": 817708903
        },
        {
            "start": 817709023,
            "stop": 817714726
        },
        {
            "start": 817723423,
            "stop": 817730666
        }
    ]
}