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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=605",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=603",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 604,
    "results": [
        {
            "start": 843951259,
            "stop": 843957213
        },
        {
            "start": 843957220,
            "stop": 843960969
        },
        {
            "start": 843960976,
            "stop": 843961201
        },
        {
            "start": 843961206,
            "stop": 843965345
        },
        {
            "start": 843965352,
            "stop": 843965906
        },
        {
            "start": 843965911,
            "stop": 843965920
        },
        {
            "start": 843969489,
            "stop": 843981997
        },
        {
            "start": 843982002,
            "stop": 843986117
        },
        {
            "start": 843986126,
            "stop": 843986199
        },
        {
            "start": 843986207,
            "stop": 844007072
        },
        {
            "start": 844009438,
            "stop": 844009510
        },
        {
            "start": 844009515,
            "stop": 844009731
        },
        {
            "start": 844009736,
            "stop": 844009912
        },
        {
            "start": 844009919,
            "stop": 844009968
        },
        {
            "start": 844009975,
            "stop": 844010067
        },
        {
            "start": 844010074,
            "stop": 844010084
        },
        {
            "start": 844010089,
            "stop": 844010107
        },
        {
            "start": 844010112,
            "stop": 844010411
        },
        {
            "start": 844010416,
            "stop": 844010710
        },
        {
            "start": 844013369,
            "stop": 844013549
        }
    ]
}