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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=77",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 78,
    "results": [
        {
            "start": 817850070,
            "stop": 817850390
        },
        {
            "start": 817850520,
            "stop": 817850570
        },
        {
            "start": 817850820,
            "stop": 817850880
        },
        {
            "start": 817851000,
            "stop": 817851060
        },
        {
            "start": 817851120,
            "stop": 817851240
        },
        {
            "start": 817851420,
            "stop": 817851480
        },
        {
            "start": 817851600,
            "stop": 817851660
        },
        {
            "start": 817851720,
            "stop": 817851900
        },
        {
            "start": 817852080,
            "stop": 817852140
        },
        {
            "start": 817852200,
            "stop": 817852320
        },
        {
            "start": 817852380,
            "stop": 817852393
        },
        {
            "start": 817857283,
            "stop": 817857660
        },
        {
            "start": 817857720,
            "stop": 817857900
        },
        {
            "start": 817858020,
            "stop": 817858080
        },
        {
            "start": 817858260,
            "stop": 817858320
        },
        {
            "start": 817858380,
            "stop": 817858440
        },
        {
            "start": 817858500,
            "stop": 817858714
        },
        {
            "start": 817858721,
            "stop": 817858800
        },
        {
            "start": 817858990,
            "stop": 817859413
        },
        {
            "start": 817859420,
            "stop": 817859421
        }
    ]
}