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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=401",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=399",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 400,
    "results": [
        {
            "start": 935413364,
            "stop": 935413371
        },
        {
            "start": 935413373,
            "stop": 935413387
        },
        {
            "start": 935413390,
            "stop": 935413417
        },
        {
            "start": 935413419,
            "stop": 935413424
        },
        {
            "start": 935413426,
            "stop": 935413432
        },
        {
            "start": 935413434,
            "stop": 935413440
        },
        {
            "start": 935413444,
            "stop": 935413821
        },
        {
            "start": 935416561,
            "stop": 935416984
        },
        {
            "start": 935416986,
            "stop": 935416990
        },
        {
            "start": 935416992,
            "stop": 935416999
        },
        {
            "start": 935417001,
            "stop": 935417024
        },
        {
            "start": 935417026,
            "stop": 935417040
        },
        {
            "start": 935417044,
            "stop": 935419799
        },
        {
            "start": 935422071,
            "stop": 935424163
        },
        {
            "start": 935424166,
            "stop": 935424218
        },
        {
            "start": 935424221,
            "stop": 935424234
        },
        {
            "start": 935424236,
            "stop": 935424242
        },
        {
            "start": 935424246,
            "stop": 935424285
        },
        {
            "start": 935426469,
            "stop": 935427426
        },
        {
            "start": 935432174,
            "stop": 935434962
        }
    ]
}