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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2407",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2408,
    "results": [
        {
            "start": 873284062,
            "stop": 873284821
        },
        {
            "start": 873284838,
            "stop": 873284948
        },
        {
            "start": 873284965,
            "stop": 873285069
        },
        {
            "start": 873285086,
            "stop": 873285110
        },
        {
            "start": 873285190,
            "stop": 873285241
        },
        {
            "start": 873285258,
            "stop": 873287439
        },
        {
            "start": 873287456,
            "stop": 873287809
        },
        {
            "start": 873287826,
            "stop": 873288058
        },
        {
            "start": 873288075,
            "stop": 873289790
        },
        {
            "start": 873289870,
            "stop": 873290539
        },
        {
            "start": 873290556,
            "stop": 873292660
        },
        {
            "start": 873292677,
            "stop": 873293256
        },
        {
            "start": 873293273,
            "stop": 873293307
        },
        {
            "start": 873293324,
            "stop": 873293480
        },
        {
            "start": 873293497,
            "stop": 873293537
        },
        {
            "start": 873293554,
            "stop": 873293916
        },
        {
            "start": 873293933,
            "stop": 873293934
        },
        {
            "start": 873293951,
            "stop": 873295022
        },
        {
            "start": 873295039,
            "stop": 873295070
        },
        {
            "start": 873295150,
            "stop": 873295572
        }
    ]
}