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=7875
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=7876",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7874",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7875,
    "results": [
        {
            "start": 969894377,
            "stop": 969894407
        },
        {
            "start": 969894410,
            "stop": 969894480
        },
        {
            "start": 969894501,
            "stop": 969894511
        },
        {
            "start": 969894518,
            "stop": 969894522
        },
        {
            "start": 969894543,
            "stop": 969894840
        },
        {
            "start": 969894845,
            "stop": 969894909
        },
        {
            "start": 969894916,
            "stop": 969894931
        },
        {
            "start": 969894935,
            "stop": 969894949
        },
        {
            "start": 969894952,
            "stop": 969894956
        },
        {
            "start": 969894964,
            "stop": 969894977
        },
        {
            "start": 969894998,
            "stop": 969895011
        },
        {
            "start": 969895046,
            "stop": 969895062
        },
        {
            "start": 969895073,
            "stop": 969895131
        },
        {
            "start": 969895136,
            "stop": 969895153
        },
        {
            "start": 969895168,
            "stop": 969895184
        },
        {
            "start": 969895220,
            "stop": 969895222
        },
        {
            "start": 969895246,
            "stop": 969895287
        },
        {
            "start": 969895292,
            "stop": 969895341
        },
        {
            "start": 969895363,
            "stop": 969895365
        },
        {
            "start": 969895407,
            "stop": 969895423
        }
    ]
}