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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=376",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 377,
    "results": [
        {
            "start": 823521855,
            "stop": 823522014
        },
        {
            "start": 823522018,
            "stop": 823522363
        },
        {
            "start": 823522380,
            "stop": 823523068
        },
        {
            "start": 823523085,
            "stop": 823523105
        },
        {
            "start": 823523136,
            "stop": 823524229
        },
        {
            "start": 823524246,
            "stop": 823524818
        },
        {
            "start": 823524835,
            "stop": 823525133
        },
        {
            "start": 823525150,
            "stop": 823526221
        },
        {
            "start": 823526238,
            "stop": 823526267
        },
        {
            "start": 823526271,
            "stop": 823526883
        },
        {
            "start": 823526900,
            "stop": 823527192
        },
        {
            "start": 823527209,
            "stop": 823527223
        },
        {
            "start": 823527240,
            "stop": 823527272
        },
        {
            "start": 823527289,
            "stop": 823529483
        },
        {
            "start": 823529500,
            "stop": 823530310
        },
        {
            "start": 823530327,
            "stop": 823531522
        },
        {
            "start": 823601121,
            "stop": 823605454
        },
        {
            "start": 823605471,
            "stop": 823612296
        },
        {
            "start": 823612300,
            "stop": 823613833
        },
        {
            "start": 823613990,
            "stop": 823615110
        }
    ]
}