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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=138",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 139,
    "results": [
        {
            "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
        },
        {
            "start": 1135051268,
            "stop": 1135051298
        },
        {
            "start": 1135051302,
            "stop": 1135051369
        },
        {
            "start": 1135051372,
            "stop": 1135051374
        }
    ]
}