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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=10",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 11,
    "results": [
        {
            "start": 1397690743,
            "stop": 1397690779
        },
        {
            "start": 1397690780,
            "stop": 1397690832
        },
        {
            "start": 1397690833,
            "stop": 1397691094
        },
        {
            "start": 1397691095,
            "stop": 1397691520
        },
        {
            "start": 1397691522,
            "stop": 1397691591
        },
        {
            "start": 1397691593,
            "stop": 1397691612
        },
        {
            "start": 1397691613,
            "stop": 1397691673
        },
        {
            "start": 1397691674,
            "stop": 1397691684
        },
        {
            "start": 1397691685,
            "stop": 1397692002
        },
        {
            "start": 1397692003,
            "stop": 1397692789
        },
        {
            "start": 1397692791,
            "stop": 1397700477
        },
        {
            "start": 1397700557,
            "stop": 1397700561
        },
        {
            "start": 1397700589,
            "stop": 1397700593
        },
        {
            "start": 1397700605,
            "stop": 1397701300
        },
        {
            "start": 1397701301,
            "stop": 1397759430
        },
        {
            "start": 1397760223,
            "stop": 1397763917
        },
        {
            "start": 1397763919,
            "stop": 1397764085
        },
        {
            "start": 1397764087,
            "stop": 1397764108
        },
        {
            "start": 1397764109,
            "stop": 1397764428
        },
        {
            "start": 1397764429,
            "stop": 1397764499
        }
    ]
}