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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=131",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 132,
    "results": [
        {
            "start": 862024494,
            "stop": 862066816
        },
        {
            "start": 862085367,
            "stop": 862099324
        },
        {
            "start": 862099723,
            "stop": 862139823
        },
        {
            "start": 862142289,
            "stop": 862158443
        },
        {
            "start": 862162500,
            "stop": 862163221
        },
        {
            "start": 862166434,
            "stop": 862167817
        },
        {
            "start": 862170919,
            "stop": 862177026
        },
        {
            "start": 862178389,
            "stop": 862179432
        },
        {
            "start": 862179941,
            "stop": 862187301
        },
        {
            "start": 862189197,
            "stop": 862207599
        },
        {
            "start": 862208175,
            "stop": 862258331
        },
        {
            "start": 862259826,
            "stop": 862262544
        },
        {
            "start": 862263288,
            "stop": 862278831
        },
        {
            "start": 862279730,
            "stop": 862312803
        },
        {
            "start": 862315186,
            "stop": 862324856
        },
        {
            "start": 862325768,
            "stop": 862351889
        },
        {
            "start": 862353097,
            "stop": 862381094
        },
        {
            "start": 862383010,
            "stop": 862384721
        },
        {
            "start": 862386256,
            "stop": 862404446
        },
        {
            "start": 862405112,
            "stop": 862408488
        }
    ]
}