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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=344",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 345,
    "results": [
        {
            "start": 1182150348,
            "stop": 1182151268
        },
        {
            "start": 1182151270,
            "stop": 1182151800
        },
        {
            "start": 1182151801,
            "stop": 1182152379
        },
        {
            "start": 1182152380,
            "stop": 1182154309
        },
        {
            "start": 1182154310,
            "stop": 1182157954
        },
        {
            "start": 1182157955,
            "stop": 1182160274
        },
        {
            "start": 1182160275,
            "stop": 1182162851
        },
        {
            "start": 1182162852,
            "stop": 1182165123
        },
        {
            "start": 1182165124,
            "stop": 1182168323
        },
        {
            "start": 1182168324,
            "stop": 1182170340
        },
        {
            "start": 1182195955,
            "stop": 1182198081
        },
        {
            "start": 1182198082,
            "stop": 1182205285
        },
        {
            "start": 1182205287,
            "stop": 1182207192
        },
        {
            "start": 1182207194,
            "stop": 1182209813
        },
        {
            "start": 1182209814,
            "stop": 1182211833
        },
        {
            "start": 1182211835,
            "stop": 1182215472
        },
        {
            "start": 1182215473,
            "stop": 1182215475
        },
        {
            "start": 1182215476,
            "stop": 1182221406
        },
        {
            "start": 1182221407,
            "stop": 1182238022
        },
        {
            "start": 1182238023,
            "stop": 1182240355
        }
    ]
}