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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=181",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 182,
    "results": [
        {
            "start": 1419945150,
            "stop": 1419945260
        },
        {
            "start": 1419945265,
            "stop": 1419945384
        },
        {
            "start": 1419976630,
            "stop": 1419976953
        },
        {
            "start": 1419977147,
            "stop": 1419994370
        },
        {
            "start": 1419994371,
            "stop": 1419995446
        },
        {
            "start": 1419995450,
            "stop": 1420009351
        },
        {
            "start": 1420009352,
            "stop": 1420009649
        },
        {
            "start": 1420015885,
            "stop": 1420018676
        },
        {
            "start": 1420018688,
            "stop": 1420018716
        },
        {
            "start": 1420018728,
            "stop": 1420023183
        },
        {
            "start": 1420023184,
            "stop": 1420029820
        },
        {
            "start": 1420032622,
            "stop": 1420050715
        },
        {
            "start": 1420053533,
            "stop": 1420053780
        },
        {
            "start": 1420053785,
            "stop": 1420054282
        },
        {
            "start": 1420056322,
            "stop": 1420081531
        },
        {
            "start": 1420081533,
            "stop": 1420081545
        },
        {
            "start": 1420081546,
            "stop": 1420112547
        },
        {
            "start": 1420112548,
            "stop": 1420125665
        },
        {
            "start": 1420125666,
            "stop": 1420135384
        },
        {
            "start": 1420135392,
            "stop": 1420135485
        }
    ]
}