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_CAT2/segments?format=api&page=1970
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=1971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1969",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1970,
    "results": [
        {
            "start": 854837383,
            "stop": 854837437
        },
        {
            "start": 854837440,
            "stop": 854910438
        },
        {
            "start": 854911431,
            "stop": 854913456
        },
        {
            "start": 854913458,
            "stop": 854916747
        },
        {
            "start": 854918106,
            "stop": 854919418
        },
        {
            "start": 854920870,
            "stop": 854921051
        },
        {
            "start": 854921330,
            "stop": 854923358
        },
        {
            "start": 854923367,
            "stop": 854923389
        },
        {
            "start": 854923398,
            "stop": 854923977
        },
        {
            "start": 854923981,
            "stop": 854923982
        },
        {
            "start": 854923987,
            "stop": 854923988
        },
        {
            "start": 854923993,
            "stop": 854923995
        },
        {
            "start": 854925394,
            "stop": 854926065
        },
        {
            "start": 854926544,
            "stop": 854987970
        },
        {
            "start": 854988030,
            "stop": 854993983
        },
        {
            "start": 854994158,
            "stop": 854994452
        },
        {
            "start": 854994458,
            "stop": 854994482
        },
        {
            "start": 854994490,
            "stop": 854994507
        },
        {
            "start": 854994513,
            "stop": 854994577
        },
        {
            "start": 854994583,
            "stop": 854994840
        }
    ]
}