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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=64",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 65,
    "results": [
        {
            "start": 816257252,
            "stop": 816257473
        },
        {
            "start": 816257480,
            "stop": 816257767
        },
        {
            "start": 816257774,
            "stop": 816258174
        },
        {
            "start": 816258181,
            "stop": 816258561
        },
        {
            "start": 816258568,
            "stop": 816258644
        },
        {
            "start": 816258651,
            "stop": 816259419
        },
        {
            "start": 816259426,
            "stop": 816259594
        },
        {
            "start": 816259601,
            "stop": 816259609
        },
        {
            "start": 816259617,
            "stop": 816259909
        },
        {
            "start": 816259916,
            "stop": 816260045
        },
        {
            "start": 816260052,
            "stop": 816260330
        },
        {
            "start": 816260337,
            "stop": 816260969
        },
        {
            "start": 816260978,
            "stop": 816261254
        },
        {
            "start": 816261261,
            "stop": 816261524
        },
        {
            "start": 816261531,
            "stop": 816261972
        },
        {
            "start": 816261979,
            "stop": 816262426
        },
        {
            "start": 816262433,
            "stop": 816262809
        },
        {
            "start": 816262816,
            "stop": 816263456
        },
        {
            "start": 816263463,
            "stop": 816263490
        },
        {
            "start": 816263497,
            "stop": 816263703
        }
    ]
}