Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=2000
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=2001",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1999",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 2000,
    "results": [
        {
            "start": 1253838349,
            "stop": 1253838429
        },
        {
            "start": 1253838819,
            "stop": 1253839558
        },
        {
            "start": 1253839694,
            "stop": 1253839908
        },
        {
            "start": 1253840045,
            "stop": 1253840838
        },
        {
            "start": 1253840841,
            "stop": 1253845976
        },
        {
            "start": 1253845978,
            "stop": 1253847279
        },
        {
            "start": 1253847286,
            "stop": 1253847295
        },
        {
            "start": 1253853771,
            "stop": 1253862020
        },
        {
            "start": 1253862023,
            "stop": 1253864023
        },
        {
            "start": 1253864025,
            "stop": 1253866520
        },
        {
            "start": 1253866523,
            "stop": 1253866779
        },
        {
            "start": 1253866782,
            "stop": 1253867520
        },
        {
            "start": 1253867521,
            "stop": 1253869883
        },
        {
            "start": 1253869886,
            "stop": 1253870965
        },
        {
            "start": 1253876683,
            "stop": 1253878527
        },
        {
            "start": 1253878529,
            "stop": 1253879515
        },
        {
            "start": 1253879517,
            "stop": 1253881104
        },
        {
            "start": 1253881106,
            "stop": 1253881303
        },
        {
            "start": 1253881305,
            "stop": 1253881445
        },
        {
            "start": 1253881448,
            "stop": 1253882773
        }
    ]
}