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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8855",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8856,
    "results": [
        {
            "start": 874670844,
            "stop": 874670918
        },
        {
            "start": 874670925,
            "stop": 874672462
        },
        {
            "start": 874672479,
            "stop": 874673990
        },
        {
            "start": 874674070,
            "stop": 874676700
        },
        {
            "start": 874676820,
            "stop": 874679060
        },
        {
            "start": 874679077,
            "stop": 874680050
        },
        {
            "start": 874680190,
            "stop": 874680954
        },
        {
            "start": 874680967,
            "stop": 874681002
        },
        {
            "start": 874681010,
            "stop": 874681076
        },
        {
            "start": 874681196,
            "stop": 874683374
        },
        {
            "start": 874683654,
            "stop": 874685870
        },
        {
            "start": 874685950,
            "stop": 874685980
        },
        {
            "start": 874685987,
            "stop": 874686308
        },
        {
            "start": 874686315,
            "stop": 874686597
        },
        {
            "start": 874686614,
            "stop": 874687183
        },
        {
            "start": 874689409,
            "stop": 874689660
        },
        {
            "start": 874689780,
            "stop": 874690010
        },
        {
            "start": 874690090,
            "stop": 874690321
        },
        {
            "start": 874690563,
            "stop": 874690970
        },
        {
            "start": 874691050,
            "stop": 874691270
        }
    ]
}