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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1010",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1008",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1009,
    "results": [
        {
            "start": 1135050727,
            "stop": 1135050765
        },
        {
            "start": 1135050769,
            "stop": 1135050797
        },
        {
            "start": 1135050800,
            "stop": 1135050810
        },
        {
            "start": 1135050813,
            "stop": 1135050820
        },
        {
            "start": 1135050823,
            "stop": 1135050829
        },
        {
            "start": 1135050833,
            "stop": 1135050873
        },
        {
            "start": 1135050876,
            "stop": 1135050891
        },
        {
            "start": 1135050894,
            "stop": 1135050902
        },
        {
            "start": 1135050906,
            "stop": 1135050929
        },
        {
            "start": 1135050932,
            "stop": 1135050939
        },
        {
            "start": 1135050942,
            "stop": 1135050955
        },
        {
            "start": 1135050958,
            "stop": 1135050963
        },
        {
            "start": 1135050966,
            "stop": 1135050969
        },
        {
            "start": 1135050975,
            "stop": 1135050979
        },
        {
            "start": 1135050982,
            "stop": 1135051032
        },
        {
            "start": 1135051035,
            "stop": 1135051103
        },
        {
            "start": 1135051106,
            "stop": 1135051113
        },
        {
            "start": 1135051117,
            "stop": 1135051156
        },
        {
            "start": 1135051159,
            "stop": 1135051194
        },
        {
            "start": 1135051198,
            "stop": 1135051265
        }
    ]
}