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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4964",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4965,
    "results": [
        {
            "start": 874454305,
            "stop": 874454381
        },
        {
            "start": 874454388,
            "stop": 874454414
        },
        {
            "start": 874454421,
            "stop": 874454502
        },
        {
            "start": 874454511,
            "stop": 874454517
        },
        {
            "start": 874454524,
            "stop": 874454527
        },
        {
            "start": 874454534,
            "stop": 874454615
        },
        {
            "start": 874454622,
            "stop": 874454804
        },
        {
            "start": 874454812,
            "stop": 874454901
        },
        {
            "start": 874454908,
            "stop": 874454989
        },
        {
            "start": 874454996,
            "stop": 874455102
        },
        {
            "start": 874455109,
            "stop": 874455143
        },
        {
            "start": 874455151,
            "stop": 874455310
        },
        {
            "start": 874455317,
            "stop": 874455382
        },
        {
            "start": 874455389,
            "stop": 874455464
        },
        {
            "start": 874455471,
            "stop": 874455517
        },
        {
            "start": 874455529,
            "stop": 874455661
        },
        {
            "start": 874455668,
            "stop": 874455829
        },
        {
            "start": 874455838,
            "stop": 874455888
        },
        {
            "start": 874455895,
            "stop": 874456021
        },
        {
            "start": 874456028,
            "stop": 874456033
        }
    ]
}