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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=28",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 29,
    "results": [
        {
            "start": 1242956176,
            "stop": 1242957501
        },
        {
            "start": 1242959026,
            "stop": 1242966774
        },
        {
            "start": 1242966782,
            "stop": 1242983847
        },
        {
            "start": 1242986482,
            "stop": 1243025894
        },
        {
            "start": 1243025902,
            "stop": 1243038955
        },
        {
            "start": 1243046470,
            "stop": 1243056020
        },
        {
            "start": 1243077114,
            "stop": 1243083270
        },
        {
            "start": 1243083278,
            "stop": 1243089302
        },
        {
            "start": 1243089310,
            "stop": 1243104126
        },
        {
            "start": 1243104134,
            "stop": 1243104710
        },
        {
            "start": 1243104718,
            "stop": 1243106826
        },
        {
            "start": 1243125089,
            "stop": 1243137111
        },
        {
            "start": 1243139113,
            "stop": 1243139359
        },
        {
            "start": 1243139361,
            "stop": 1243139363
        },
        {
            "start": 1243140635,
            "stop": 1243140983
        },
        {
            "start": 1243142310,
            "stop": 1243145770
        },
        {
            "start": 1243145802,
            "stop": 1243147248
        },
        {
            "start": 1243147282,
            "stop": 1243147440
        },
        {
            "start": 1243147474,
            "stop": 1243147578
        },
        {
            "start": 1243147610,
            "stop": 1243147688
        }
    ]
}