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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=381",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 382,
    "results": [
        {
            "start": 1266388487,
            "stop": 1266388767
        },
        {
            "start": 1266388768,
            "stop": 1266388891
        },
        {
            "start": 1266388892,
            "stop": 1266388958
        },
        {
            "start": 1266388959,
            "stop": 1266389027
        },
        {
            "start": 1266389028,
            "stop": 1266389047
        },
        {
            "start": 1266389048,
            "stop": 1266389050
        },
        {
            "start": 1266389051,
            "stop": 1266391473
        },
        {
            "start": 1266391474,
            "stop": 1266392494
        },
        {
            "start": 1266392495,
            "stop": 1266398086
        },
        {
            "start": 1266398088,
            "stop": 1266405130
        },
        {
            "start": 1266405131,
            "stop": 1266405132
        },
        {
            "start": 1266405133,
            "stop": 1266405346
        },
        {
            "start": 1266405347,
            "stop": 1266416425
        },
        {
            "start": 1266416426,
            "stop": 1266423297
        },
        {
            "start": 1266423298,
            "stop": 1266423322
        },
        {
            "start": 1266423323,
            "stop": 1266423324
        },
        {
            "start": 1266423325,
            "stop": 1266423327
        },
        {
            "start": 1266423328,
            "stop": 1266423331
        },
        {
            "start": 1266423333,
            "stop": 1266423338
        },
        {
            "start": 1266423339,
            "stop": 1266423343
        }
    ]
}