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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4610",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4608",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4609,
    "results": [
        {
            "start": 969214358,
            "stop": 969214408
        },
        {
            "start": 969214411,
            "stop": 969214412
        },
        {
            "start": 969214415,
            "stop": 969214471
        },
        {
            "start": 969214474,
            "stop": 969214583
        },
        {
            "start": 969214586,
            "stop": 969214612
        },
        {
            "start": 969214615,
            "stop": 969214618
        },
        {
            "start": 969214621,
            "stop": 969214633
        },
        {
            "start": 969214636,
            "stop": 969214658
        },
        {
            "start": 969214778,
            "stop": 969214838
        },
        {
            "start": 969214958,
            "stop": 969214967
        },
        {
            "start": 969214971,
            "stop": 969214987
        },
        {
            "start": 969214990,
            "stop": 969215019
        },
        {
            "start": 969215022,
            "stop": 969215048
        },
        {
            "start": 969215051,
            "stop": 969215108
        },
        {
            "start": 969215111,
            "stop": 969215126
        },
        {
            "start": 969215129,
            "stop": 969215131
        },
        {
            "start": 969215135,
            "stop": 969215137
        },
        {
            "start": 969215141,
            "stop": 969215178
        },
        {
            "start": 969215181,
            "stop": 969215192
        },
        {
            "start": 969215197,
            "stop": 969215201
        }
    ]
}