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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=31",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 32,
    "results": [
        {
            "start": 821268389,
            "stop": 821268392
        },
        {
            "start": 821268462,
            "stop": 821268632
        },
        {
            "start": 821268715,
            "stop": 821269453
        },
        {
            "start": 821269473,
            "stop": 821269476
        },
        {
            "start": 821269585,
            "stop": 821273228
        },
        {
            "start": 821273346,
            "stop": 821278693
        },
        {
            "start": 821278714,
            "stop": 821278717
        },
        {
            "start": 821279684,
            "stop": 821284124
        },
        {
            "start": 821289620,
            "stop": 821289853
        },
        {
            "start": 821289860,
            "stop": 821289863
        },
        {
            "start": 821290046,
            "stop": 821290797
        },
        {
            "start": 821291797,
            "stop": 821297053
        },
        {
            "start": 821297079,
            "stop": 821297082
        },
        {
            "start": 821297648,
            "stop": 821299033
        },
        {
            "start": 821299053,
            "stop": 821299056
        },
        {
            "start": 821299328,
            "stop": 821300638
        },
        {
            "start": 821300752,
            "stop": 821300772
        },
        {
            "start": 821300956,
            "stop": 821302633
        },
        {
            "start": 821302634,
            "stop": 821302636
        },
        {
            "start": 821302693,
            "stop": 821302753
        }
    ]
}