Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=221",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 222,
    "results": [
        {
            "start": 933958958,
            "stop": 933958965
        },
        {
            "start": 933958967,
            "stop": 933958981
        },
        {
            "start": 933958983,
            "stop": 933958987
        },
        {
            "start": 933958990,
            "stop": 933959006
        },
        {
            "start": 933959009,
            "stop": 933959012
        },
        {
            "start": 933959015,
            "stop": 933959021
        },
        {
            "start": 933959024,
            "stop": 933959030
        },
        {
            "start": 933959034,
            "stop": 933960011
        },
        {
            "start": 933965109,
            "stop": 933965274
        },
        {
            "start": 933965277,
            "stop": 933965496
        },
        {
            "start": 933965514,
            "stop": 933965695
        },
        {
            "start": 933965697,
            "stop": 933966131
        },
        {
            "start": 933966133,
            "stop": 933966150
        },
        {
            "start": 933966156,
            "stop": 933966161
        },
        {
            "start": 933966167,
            "stop": 933966172
        },
        {
            "start": 933966177,
            "stop": 933966179
        },
        {
            "start": 933966182,
            "stop": 933966186
        },
        {
            "start": 933966189,
            "stop": 933966190
        },
        {
            "start": 933966195,
            "stop": 933966207
        },
        {
            "start": 933966210,
            "stop": 933966213
        }
    ]
}