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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=105",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 106,
    "results": [
        {
            "start": 817866692,
            "stop": 817866760
        },
        {
            "start": 817866767,
            "stop": 817866780
        },
        {
            "start": 817866831,
            "stop": 817866936
        },
        {
            "start": 817866947,
            "stop": 817866972
        },
        {
            "start": 817866979,
            "stop": 817866988
        },
        {
            "start": 817866996,
            "stop": 817867077
        },
        {
            "start": 817867085,
            "stop": 817867226
        },
        {
            "start": 817867240,
            "stop": 817867245
        },
        {
            "start": 817867252,
            "stop": 817867264
        },
        {
            "start": 817867279,
            "stop": 817867358
        },
        {
            "start": 817867365,
            "stop": 817867367
        },
        {
            "start": 817867396,
            "stop": 817867430
        },
        {
            "start": 817867445,
            "stop": 817867479
        },
        {
            "start": 817867492,
            "stop": 817867535
        },
        {
            "start": 817867546,
            "stop": 817867558
        },
        {
            "start": 817867569,
            "stop": 817867636
        },
        {
            "start": 817867644,
            "stop": 817867715
        },
        {
            "start": 817867723,
            "stop": 817867731
        },
        {
            "start": 817867739,
            "stop": 817867785
        },
        {
            "start": 817867809,
            "stop": 817867851
        }
    ]
}