Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/H1_BURST_CAT1/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/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=28",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 29,
    "results": [
        {
            "start": 1383104293,
            "stop": 1383107481
        },
        {
            "start": 1383107565,
            "stop": 1383174009
        },
        {
            "start": 1383175963,
            "stop": 1383183321
        },
        {
            "start": 1383183457,
            "stop": 1383192739
        },
        {
            "start": 1383250264,
            "stop": 1383251230
        },
        {
            "start": 1383251245,
            "stop": 1383256219
        },
        {
            "start": 1383257068,
            "stop": 1383260344
        },
        {
            "start": 1383264768,
            "stop": 1383284023
        },
        {
            "start": 1383287548,
            "stop": 1383346363
        },
        {
            "start": 1383351190,
            "stop": 1383373362
        },
        {
            "start": 1383436922,
            "stop": 1383455542
        },
        {
            "start": 1383470464,
            "stop": 1383475148
        },
        {
            "start": 1383479269,
            "stop": 1383485672
        },
        {
            "start": 1383485996,
            "stop": 1383486461
        },
        {
            "start": 1383498645,
            "stop": 1383508832
        },
        {
            "start": 1383525566,
            "stop": 1383588154
        },
        {
            "start": 1383588371,
            "stop": 1383612045
        },
        {
            "start": 1383623739,
            "stop": 1383629282
        },
        {
            "start": 1383634020,
            "stop": 1383676855
        },
        {
            "start": 1383677258,
            "stop": 1383678413
        }
    ]
}