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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 2,
    "results": [
        {
            "start": 931078015,
            "stop": 931078410
        },
        {
            "start": 931078516,
            "stop": 931078690
        },
        {
            "start": 931078708,
            "stop": 931078815
        },
        {
            "start": 931079175,
            "stop": 931079404
        },
        {
            "start": 931080669,
            "stop": 931080687
        },
        {
            "start": 931080688,
            "stop": 931080689
        },
        {
            "start": 931080690,
            "stop": 931080697
        },
        {
            "start": 931080699,
            "stop": 931080700
        },
        {
            "start": 931080717,
            "stop": 931080727
        },
        {
            "start": 931080729,
            "stop": 931080748
        },
        {
            "start": 931080752,
            "stop": 931080753
        },
        {
            "start": 931080754,
            "stop": 931081232
        },
        {
            "start": 931081233,
            "stop": 931081343
        },
        {
            "start": 931081361,
            "stop": 931081571
        },
        {
            "start": 931081573,
            "stop": 931081624
        },
        {
            "start": 931081625,
            "stop": 931081809
        },
        {
            "start": 931081827,
            "stop": 931082122
        },
        {
            "start": 931082123,
            "stop": 931082173
        },
        {
            "start": 931082175,
            "stop": 931082238
        },
        {
            "start": 931082240,
            "stop": 931082307
        }
    ]
}