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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=62",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 63,
    "results": [
        {
            "start": 821312151,
            "stop": 821319479
        },
        {
            "start": 821319493,
            "stop": 821324483
        },
        {
            "start": 821324490,
            "stop": 821324493
        },
        {
            "start": 821324505,
            "stop": 821327720
        },
        {
            "start": 821327730,
            "stop": 821335448
        },
        {
            "start": 821335451,
            "stop": 821362816
        },
        {
            "start": 821365735,
            "stop": 821389569
        },
        {
            "start": 821389852,
            "stop": 821453696
        },
        {
            "start": 821454269,
            "stop": 821473873
        },
        {
            "start": 821474164,
            "stop": 821477413
        },
        {
            "start": 821479289,
            "stop": 821480143
        },
        {
            "start": 821481175,
            "stop": 821485084
        },
        {
            "start": 821485528,
            "stop": 821496285
        },
        {
            "start": 821497024,
            "stop": 821497070
        },
        {
            "start": 821497082,
            "stop": 821503719
        },
        {
            "start": 821503769,
            "stop": 821507972
        },
        {
            "start": 821508012,
            "stop": 821513353
        },
        {
            "start": 821514501,
            "stop": 821527083
        },
        {
            "start": 821527091,
            "stop": 821527132
        },
        {
            "start": 821527135,
            "stop": 821527155
        }
    ]
}