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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=485",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=483",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 484,
    "results": [
        {
            "start": 866173805,
            "stop": 866183546
        },
        {
            "start": 866183656,
            "stop": 866183683
        },
        {
            "start": 866184260,
            "stop": 866190186
        },
        {
            "start": 866190305,
            "stop": 866193131
        },
        {
            "start": 866193334,
            "stop": 866193470
        },
        {
            "start": 866193478,
            "stop": 866193485
        },
        {
            "start": 866193493,
            "stop": 866193495
        },
        {
            "start": 866193500,
            "stop": 866197312
        },
        {
            "start": 866197316,
            "stop": 866209939
        },
        {
            "start": 866210049,
            "stop": 866210051
        },
        {
            "start": 866210351,
            "stop": 866210390
        },
        {
            "start": 866210786,
            "stop": 866216620
        },
        {
            "start": 866216627,
            "stop": 866216780
        },
        {
            "start": 866216890,
            "stop": 866216916
        },
        {
            "start": 866217216,
            "stop": 866217262
        },
        {
            "start": 866217372,
            "stop": 866219306
        },
        {
            "start": 866219606,
            "stop": 866221684
        },
        {
            "start": 866222306,
            "stop": 866222422
        },
        {
            "start": 866224786,
            "stop": 866224980
        },
        {
            "start": 866225590,
            "stop": 866225821
        }
    ]
}