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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=270",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 271,
    "results": [
        {
            "start": 935172241,
            "stop": 935175759
        },
        {
            "start": 935175762,
            "stop": 935175795
        },
        {
            "start": 935175798,
            "stop": 935175815
        },
        {
            "start": 935175817,
            "stop": 935175821
        },
        {
            "start": 935175823,
            "stop": 935175829
        },
        {
            "start": 935175831,
            "stop": 935175838
        },
        {
            "start": 935175841,
            "stop": 935177284
        },
        {
            "start": 935177291,
            "stop": 935177354
        },
        {
            "start": 935179081,
            "stop": 935179359
        },
        {
            "start": 935179362,
            "stop": 935179367
        },
        {
            "start": 935179370,
            "stop": 935179383
        },
        {
            "start": 935179386,
            "stop": 935179413
        },
        {
            "start": 935179415,
            "stop": 935179419
        },
        {
            "start": 935179422,
            "stop": 935179436
        },
        {
            "start": 935179441,
            "stop": 935180800
        },
        {
            "start": 935180807,
            "stop": 935180836
        },
        {
            "start": 935180844,
            "stop": 935180848
        },
        {
            "start": 935180855,
            "stop": 935182936
        },
        {
            "start": 935182939,
            "stop": 935182960
        },
        {
            "start": 935182962,
            "stop": 935182967
        }
    ]
}