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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=406",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 407,
    "results": [
        {
            "start": 1185558389,
            "stop": 1185559232
        },
        {
            "start": 1185559237,
            "stop": 1185563476
        },
        {
            "start": 1185563478,
            "stop": 1185565936
        },
        {
            "start": 1185565939,
            "stop": 1185566556
        },
        {
            "start": 1185581881,
            "stop": 1185583816
        },
        {
            "start": 1185583941,
            "stop": 1185591091
        },
        {
            "start": 1185591093,
            "stop": 1185603942
        },
        {
            "start": 1185603944,
            "stop": 1185608718
        },
        {
            "start": 1185615255,
            "stop": 1185621053
        },
        {
            "start": 1185621055,
            "stop": 1185627450
        },
        {
            "start": 1185627453,
            "stop": 1185634854
        },
        {
            "start": 1185657014,
            "stop": 1185657618
        },
        {
            "start": 1185658407,
            "stop": 1185661973
        },
        {
            "start": 1185663127,
            "stop": 1185667694
        },
        {
            "start": 1185667826,
            "stop": 1185671336
        },
        {
            "start": 1185671338,
            "stop": 1185726333
        },
        {
            "start": 1185752705,
            "stop": 1185777704
        },
        {
            "start": 1185777706,
            "stop": 1185781216
        },
        {
            "start": 1185781218,
            "stop": 1185788129
        },
        {
            "start": 1185788130,
            "stop": 1185788138
        }
    ]
}