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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5230",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5228",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5229,
    "results": [
        {
            "start": 1137051069,
            "stop": 1137051088
        },
        {
            "start": 1137051090,
            "stop": 1137051138
        },
        {
            "start": 1137051140,
            "stop": 1137051198
        },
        {
            "start": 1137051200,
            "stop": 1137051215
        },
        {
            "start": 1137051217,
            "stop": 1137051219
        },
        {
            "start": 1137051221,
            "stop": 1137051230
        },
        {
            "start": 1137051232,
            "stop": 1137051233
        },
        {
            "start": 1137051235,
            "stop": 1137051265
        },
        {
            "start": 1137051267,
            "stop": 1137051272
        },
        {
            "start": 1137051274,
            "stop": 1137051307
        },
        {
            "start": 1137051309,
            "stop": 1137051316
        },
        {
            "start": 1137051318,
            "stop": 1137051370
        },
        {
            "start": 1137051372,
            "stop": 1137051382
        },
        {
            "start": 1137051384,
            "stop": 1137051389
        },
        {
            "start": 1137051391,
            "stop": 1137051392
        },
        {
            "start": 1137051395,
            "stop": 1137051402
        },
        {
            "start": 1137051404,
            "stop": 1137051439
        },
        {
            "start": 1137051441,
            "stop": 1137051489
        },
        {
            "start": 1137051492,
            "stop": 1137051493
        },
        {
            "start": 1137051495,
            "stop": 1137051538
        }
    ]
}