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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=179",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 180,
    "results": [
        {
            "start": 1374165972,
            "stop": 1374166856
        },
        {
            "start": 1374166861,
            "stop": 1374167290
        },
        {
            "start": 1374167292,
            "stop": 1374167989
        },
        {
            "start": 1374167991,
            "stop": 1374169269
        },
        {
            "start": 1374169271,
            "stop": 1374169882
        },
        {
            "start": 1374169884,
            "stop": 1374171181
        },
        {
            "start": 1374171183,
            "stop": 1374171830
        },
        {
            "start": 1374171831,
            "stop": 1374173098
        },
        {
            "start": 1374173100,
            "stop": 1374173281
        },
        {
            "start": 1374173282,
            "stop": 1374173721
        },
        {
            "start": 1374173723,
            "stop": 1374175130
        },
        {
            "start": 1374175132,
            "stop": 1374175632
        },
        {
            "start": 1374175634,
            "stop": 1374175663
        },
        {
            "start": 1374175668,
            "stop": 1374176832
        },
        {
            "start": 1374176834,
            "stop": 1374177442
        },
        {
            "start": 1374177444,
            "stop": 1374178174
        },
        {
            "start": 1374178178,
            "stop": 1374180240
        },
        {
            "start": 1374180242,
            "stop": 1374181401
        },
        {
            "start": 1374181403,
            "stop": 1374181796
        },
        {
            "start": 1374181798,
            "stop": 1374182763
        }
    ]
}