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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5206",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5204",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5205,
    "results": [
        {
            "start": 969953499,
            "stop": 969953546
        },
        {
            "start": 969953549,
            "stop": 969953780
        },
        {
            "start": 969954543,
            "stop": 969954583
        },
        {
            "start": 969954586,
            "stop": 969955090
        },
        {
            "start": 969955093,
            "stop": 969955210
        },
        {
            "start": 969955213,
            "stop": 969955350
        },
        {
            "start": 969955353,
            "stop": 969955465
        },
        {
            "start": 969955468,
            "stop": 969955535
        },
        {
            "start": 969955538,
            "stop": 969955617
        },
        {
            "start": 969955620,
            "stop": 969955794
        },
        {
            "start": 969955797,
            "stop": 969956056
        },
        {
            "start": 969956059,
            "stop": 969956074
        },
        {
            "start": 969956077,
            "stop": 969956086
        },
        {
            "start": 969956089,
            "stop": 969956166
        },
        {
            "start": 969956169,
            "stop": 969956172
        },
        {
            "start": 969956175,
            "stop": 969956663
        },
        {
            "start": 969956666,
            "stop": 969956862
        },
        {
            "start": 969956866,
            "stop": 969956953
        },
        {
            "start": 969956956,
            "stop": 969956971
        },
        {
            "start": 969956974,
            "stop": 969957232
        }
    ]
}