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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=35",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 36,
    "results": [
        {
            "start": 931262135,
            "stop": 931263379
        },
        {
            "start": 931263384,
            "stop": 931265385
        },
        {
            "start": 931265391,
            "stop": 931266415
        },
        {
            "start": 931266421,
            "stop": 931266443
        },
        {
            "start": 931266451,
            "stop": 931267851
        },
        {
            "start": 931267856,
            "stop": 931267861
        },
        {
            "start": 931267867,
            "stop": 931267877
        },
        {
            "start": 931267883,
            "stop": 931267905
        },
        {
            "start": 931267911,
            "stop": 931267920
        },
        {
            "start": 931267951,
            "stop": 931267967
        },
        {
            "start": 931267975,
            "stop": 931267980
        },
        {
            "start": 931270026,
            "stop": 931270029
        },
        {
            "start": 931270034,
            "stop": 931270039
        },
        {
            "start": 931270048,
            "stop": 931270050
        },
        {
            "start": 931270056,
            "stop": 931270058
        },
        {
            "start": 931270064,
            "stop": 931270066
        },
        {
            "start": 931270246,
            "stop": 931270248
        },
        {
            "start": 931270260,
            "stop": 931270262
        },
        {
            "start": 931270274,
            "stop": 931270285
        },
        {
            "start": 931270293,
            "stop": 931270310
        }
    ]
}