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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=517",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=515",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 516,
    "results": [
        {
            "start": 1184811787,
            "stop": 1184811812
        },
        {
            "start": 1184811815,
            "stop": 1184811820
        },
        {
            "start": 1184811822,
            "stop": 1184812365
        },
        {
            "start": 1184843192,
            "stop": 1184843695
        },
        {
            "start": 1184843700,
            "stop": 1184844723
        },
        {
            "start": 1184844729,
            "stop": 1184844744
        },
        {
            "start": 1184844748,
            "stop": 1184844750
        },
        {
            "start": 1184844752,
            "stop": 1184844836
        },
        {
            "start": 1184844839,
            "stop": 1184844843
        },
        {
            "start": 1184844848,
            "stop": 1184846157
        },
        {
            "start": 1184846160,
            "stop": 1184846168
        },
        {
            "start": 1184846171,
            "stop": 1184846443
        },
        {
            "start": 1184846445,
            "stop": 1184846446
        },
        {
            "start": 1184846448,
            "stop": 1184846456
        },
        {
            "start": 1184846458,
            "stop": 1184847328
        },
        {
            "start": 1184847330,
            "stop": 1184847385
        },
        {
            "start": 1184847389,
            "stop": 1184847920
        },
        {
            "start": 1184847922,
            "stop": 1184847927
        },
        {
            "start": 1184847929,
            "stop": 1184848020
        },
        {
            "start": 1184848022,
            "stop": 1184848520
        }
    ]
}