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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=241",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 242,
    "results": [
        {
            "start": 846860386,
            "stop": 846860417
        },
        {
            "start": 846860421,
            "stop": 846860445
        },
        {
            "start": 846860454,
            "stop": 846860479
        },
        {
            "start": 846860488,
            "stop": 846860508
        },
        {
            "start": 846860512,
            "stop": 846860547
        },
        {
            "start": 846860551,
            "stop": 846860562
        },
        {
            "start": 846860566,
            "stop": 846860586
        },
        {
            "start": 846860595,
            "stop": 846861044
        },
        {
            "start": 846861048,
            "stop": 846861053
        },
        {
            "start": 846861057,
            "stop": 846861279
        },
        {
            "start": 846861284,
            "stop": 846861293
        },
        {
            "start": 846861308,
            "stop": 846861322
        },
        {
            "start": 846861326,
            "stop": 846861357
        },
        {
            "start": 846861361,
            "stop": 846861367
        },
        {
            "start": 846861405,
            "stop": 846861421
        },
        {
            "start": 846861425,
            "stop": 846861430
        },
        {
            "start": 846861444,
            "stop": 846861450
        },
        {
            "start": 846861506,
            "stop": 846861509
        },
        {
            "start": 846861512,
            "stop": 846861517
        },
        {
            "start": 846861542,
            "stop": 846861556
        }
    ]
}