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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=27",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 28,
    "results": [
        {
            "start": 1176767571,
            "stop": 1176803521
        },
        {
            "start": 1176803525,
            "stop": 1176858685
        },
        {
            "start": 1176860567,
            "stop": 1176886853
        },
        {
            "start": 1176889023,
            "stop": 1176926963
        },
        {
            "start": 1176926967,
            "stop": 1176955218
        },
        {
            "start": 1176955220,
            "stop": 1177019415
        },
        {
            "start": 1177020272,
            "stop": 1177025038
        },
        {
            "start": 1177025345,
            "stop": 1177049130
        },
        {
            "start": 1177051499,
            "stop": 1177068769
        },
        {
            "start": 1177069290,
            "stop": 1177106573
        },
        {
            "start": 1177120791,
            "stop": 1177167681
        },
        {
            "start": 1177209289,
            "stop": 1177258285
        },
        {
            "start": 1177274220,
            "stop": 1177329082
        },
        {
            "start": 1177331083,
            "stop": 1177333842
        },
        {
            "start": 1177358249,
            "stop": 1177360211
        },
        {
            "start": 1177367650,
            "stop": 1177382912
        },
        {
            "start": 1177382916,
            "stop": 1177392010
        },
        {
            "start": 1177394966,
            "stop": 1177395200
        },
        {
            "start": 1177395218,
            "stop": 1177418665
        },
        {
            "start": 1177434059,
            "stop": 1177435020
        }
    ]
}