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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=170",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 171,
    "results": [
        {
            "start": 1420235458,
            "stop": 1420236030
        },
        {
            "start": 1420236035,
            "stop": 1420236739
        },
        {
            "start": 1420236743,
            "stop": 1420238439
        },
        {
            "start": 1420238444,
            "stop": 1420239671
        },
        {
            "start": 1420239676,
            "stop": 1420240560
        },
        {
            "start": 1420240565,
            "stop": 1420246558
        },
        {
            "start": 1420246701,
            "stop": 1420248225
        },
        {
            "start": 1420266096,
            "stop": 1420270174
        },
        {
            "start": 1420270179,
            "stop": 1420271265
        },
        {
            "start": 1420271269,
            "stop": 1420279988
        },
        {
            "start": 1420290273,
            "stop": 1420293837
        },
        {
            "start": 1420293842,
            "stop": 1420294292
        },
        {
            "start": 1420294295,
            "stop": 1420298537
        },
        {
            "start": 1420322114,
            "stop": 1420323019
        },
        {
            "start": 1420323024,
            "stop": 1420323451
        },
        {
            "start": 1420323456,
            "stop": 1420323566
        },
        {
            "start": 1420323571,
            "stop": 1420325763
        },
        {
            "start": 1420325768,
            "stop": 1420327121
        },
        {
            "start": 1420327124,
            "stop": 1420328675
        },
        {
            "start": 1420328680,
            "stop": 1420329322
        }
    ]
}