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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=107",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 108,
    "results": [
        {
            "start": 819173186,
            "stop": 819173322
        },
        {
            "start": 819173330,
            "stop": 819173382
        },
        {
            "start": 819173389,
            "stop": 819173655
        },
        {
            "start": 819173663,
            "stop": 819174021
        },
        {
            "start": 819174028,
            "stop": 819174108
        },
        {
            "start": 819174121,
            "stop": 819174269
        },
        {
            "start": 819174276,
            "stop": 819174513
        },
        {
            "start": 819174520,
            "stop": 819174797
        },
        {
            "start": 819174804,
            "stop": 819174894
        },
        {
            "start": 819174901,
            "stop": 819175427
        },
        {
            "start": 819175441,
            "stop": 819175679
        },
        {
            "start": 819175693,
            "stop": 819175961
        },
        {
            "start": 819175968,
            "stop": 819175986
        },
        {
            "start": 819176006,
            "stop": 819176710
        },
        {
            "start": 819176717,
            "stop": 819176732
        },
        {
            "start": 819176740,
            "stop": 819176996
        },
        {
            "start": 819177003,
            "stop": 819177661
        },
        {
            "start": 819177669,
            "stop": 819177682
        },
        {
            "start": 819177689,
            "stop": 819177722
        },
        {
            "start": 819177730,
            "stop": 819177960
        }
    ]
}