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=344
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=345",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=343",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 344,
    "results": [
        {
            "start": 951973182,
            "stop": 951981359
        },
        {
            "start": 951986324,
            "stop": 951995664
        },
        {
            "start": 951998816,
            "stop": 952000446
        },
        {
            "start": 952002316,
            "stop": 952008106
        },
        {
            "start": 952041015,
            "stop": 952050776
        },
        {
            "start": 952052106,
            "stop": 952053571
        },
        {
            "start": 952056215,
            "stop": 952057813
        },
        {
            "start": 952061848,
            "stop": 952064816
        },
        {
            "start": 952066259,
            "stop": 952066797
        },
        {
            "start": 952068513,
            "stop": 952072557
        },
        {
            "start": 952076792,
            "stop": 952077524
        },
        {
            "start": 952079929,
            "stop": 952083820
        },
        {
            "start": 952086337,
            "stop": 952095222
        },
        {
            "start": 952095233,
            "stop": 952097478
        },
        {
            "start": 952097484,
            "stop": 952097784
        },
        {
            "start": 952097790,
            "stop": 952098245
        },
        {
            "start": 952100094,
            "stop": 952101484
        },
        {
            "start": 952135714,
            "stop": 952142433
        },
        {
            "start": 952146750,
            "stop": 952161112
        },
        {
            "start": 952164359,
            "stop": 952173089
        }
    ]
}