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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8573",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8571",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8572,
    "results": [
        {
            "start": 870225600,
            "stop": 870225900
        },
        {
            "start": 870226200,
            "stop": 870226440
        },
        {
            "start": 870226500,
            "stop": 870226560
        },
        {
            "start": 870226860,
            "stop": 870226920
        },
        {
            "start": 870227040,
            "stop": 870227285
        },
        {
            "start": 870227580,
            "stop": 870227640
        },
        {
            "start": 870227880,
            "stop": 870227940
        },
        {
            "start": 870228240,
            "stop": 870228354
        },
        {
            "start": 870228361,
            "stop": 870228420
        },
        {
            "start": 870228540,
            "stop": 870228600
        },
        {
            "start": 870228780,
            "stop": 870228840
        },
        {
            "start": 870229380,
            "stop": 870229440
        },
        {
            "start": 870230280,
            "stop": 870230340
        },
        {
            "start": 870230400,
            "stop": 870230460
        },
        {
            "start": 870231120,
            "stop": 870231180
        },
        {
            "start": 870231360,
            "stop": 870231474
        },
        {
            "start": 870231840,
            "stop": 870231900
        },
        {
            "start": 870232080,
            "stop": 870232140
        },
        {
            "start": 870232680,
            "stop": 870232740
        },
        {
            "start": 870232800,
            "stop": 870232920
        }
    ]
}