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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=729",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=727",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 728,
    "results": [
        {
            "start": 869575475,
            "stop": 869575479
        },
        {
            "start": 869576791,
            "stop": 869576893
        },
        {
            "start": 869576912,
            "stop": 869576976
        },
        {
            "start": 869576995,
            "stop": 869577281
        },
        {
            "start": 869577303,
            "stop": 869577982
        },
        {
            "start": 869578020,
            "stop": 869578169
        },
        {
            "start": 869578189,
            "stop": 869578211
        },
        {
            "start": 869578231,
            "stop": 869578357
        },
        {
            "start": 869578380,
            "stop": 869578476
        },
        {
            "start": 869578495,
            "stop": 869578598
        },
        {
            "start": 869578622,
            "stop": 869578950
        },
        {
            "start": 869578985,
            "stop": 869579047
        },
        {
            "start": 869579068,
            "stop": 869579158
        },
        {
            "start": 869579177,
            "stop": 869579292
        },
        {
            "start": 869579329,
            "stop": 869579401
        },
        {
            "start": 869579422,
            "stop": 869579440
        },
        {
            "start": 869579462,
            "stop": 869579463
        },
        {
            "start": 869579484,
            "stop": 869579500
        },
        {
            "start": 869579538,
            "stop": 869579555
        },
        {
            "start": 869579574,
            "stop": 869579594
        }
    ]
}