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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14082",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14080",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14081,
    "results": [
        {
            "start": 971157253,
            "stop": 971157255
        },
        {
            "start": 971157262,
            "stop": 971157265
        },
        {
            "start": 971157266,
            "stop": 971157267
        },
        {
            "start": 971157268,
            "stop": 971157271
        },
        {
            "start": 971157272,
            "stop": 971157273
        },
        {
            "start": 971157276,
            "stop": 971157280
        },
        {
            "start": 971157282,
            "stop": 971157284
        },
        {
            "start": 971157286,
            "stop": 971157289
        },
        {
            "start": 971157292,
            "stop": 971157293
        },
        {
            "start": 971157300,
            "stop": 971157301
        },
        {
            "start": 971157306,
            "stop": 971157308
        },
        {
            "start": 971157314,
            "stop": 971157316
        },
        {
            "start": 971157323,
            "stop": 971157327
        },
        {
            "start": 971157329,
            "stop": 971157330
        },
        {
            "start": 971157331,
            "stop": 971157332
        },
        {
            "start": 971157337,
            "stop": 971157339
        },
        {
            "start": 971157340,
            "stop": 971157341
        },
        {
            "start": 971157344,
            "stop": 971157345
        },
        {
            "start": 971157347,
            "stop": 971157349
        },
        {
            "start": 971157351,
            "stop": 971157355
        }
    ]
}