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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=271",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 272,
    "results": [
        {
            "start": 866174443,
            "stop": 866175496
        },
        {
            "start": 866175499,
            "stop": 866175693
        },
        {
            "start": 866175696,
            "stop": 866175704
        },
        {
            "start": 866175707,
            "stop": 866176567
        },
        {
            "start": 866176570,
            "stop": 866177343
        },
        {
            "start": 866177347,
            "stop": 866177776
        },
        {
            "start": 866177779,
            "stop": 866177971
        },
        {
            "start": 866177974,
            "stop": 866178031
        },
        {
            "start": 866178034,
            "stop": 866178080
        },
        {
            "start": 866178083,
            "stop": 866178269
        },
        {
            "start": 866178272,
            "stop": 866178372
        },
        {
            "start": 866178375,
            "stop": 866178973
        },
        {
            "start": 866178976,
            "stop": 866179203
        },
        {
            "start": 866179206,
            "stop": 866179462
        },
        {
            "start": 866179465,
            "stop": 866179754
        },
        {
            "start": 866179757,
            "stop": 866180693
        },
        {
            "start": 866180696,
            "stop": 866181201
        },
        {
            "start": 866181204,
            "stop": 866182662
        },
        {
            "start": 866182665,
            "stop": 866183523
        },
        {
            "start": 866184829,
            "stop": 866185183
        }
    ]
}