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=8232
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=8233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8231",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8232,
    "results": [
        {
            "start": 971619630,
            "stop": 971619644
        },
        {
            "start": 971619651,
            "stop": 971619660
        },
        {
            "start": 971619663,
            "stop": 971619694
        },
        {
            "start": 971619698,
            "stop": 971619708
        },
        {
            "start": 971619712,
            "stop": 971619724
        },
        {
            "start": 971619727,
            "stop": 971619762
        },
        {
            "start": 971619765,
            "stop": 971619783
        },
        {
            "start": 971619786,
            "stop": 971619794
        },
        {
            "start": 971619797,
            "stop": 971619802
        },
        {
            "start": 971619805,
            "stop": 971619815
        },
        {
            "start": 971619818,
            "stop": 971619819
        },
        {
            "start": 971619822,
            "stop": 971619939
        },
        {
            "start": 971619942,
            "stop": 971620009
        },
        {
            "start": 971620012,
            "stop": 971620014
        },
        {
            "start": 971620017,
            "stop": 971620033
        },
        {
            "start": 971620036,
            "stop": 971620122
        },
        {
            "start": 971620125,
            "stop": 971620136
        },
        {
            "start": 971620140,
            "stop": 971620157
        },
        {
            "start": 971620160,
            "stop": 971620179
        },
        {
            "start": 971620187,
            "stop": 971620188
        }
    ]
}