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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=28",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 29,
    "results": [
        {
            "start": 935239579,
            "stop": 935240536
        },
        {
            "start": 935241927,
            "stop": 935244356
        },
        {
            "start": 935246268,
            "stop": 935248398
        },
        {
            "start": 935358716,
            "stop": 935363320
        },
        {
            "start": 935364721,
            "stop": 935379524
        },
        {
            "start": 935380867,
            "stop": 935394597
        },
        {
            "start": 935394642,
            "stop": 935413716
        },
        {
            "start": 935416561,
            "stop": 935419694
        },
        {
            "start": 935422071,
            "stop": 935424180
        },
        {
            "start": 935426469,
            "stop": 935427321
        },
        {
            "start": 935432174,
            "stop": 935439908
        },
        {
            "start": 935441697,
            "stop": 935443898
        },
        {
            "start": 935453782,
            "stop": 935456759
        },
        {
            "start": 935456819,
            "stop": 935460215
        },
        {
            "start": 935464161,
            "stop": 935475997
        },
        {
            "start": 935478488,
            "stop": 935491157
        },
        {
            "start": 935494493,
            "stop": 935494792
        },
        {
            "start": 935495170,
            "stop": 935497299
        },
        {
            "start": 935500148,
            "stop": 935500835
        },
        {
            "start": 935502150,
            "stop": 935517333
        }
    ]
}