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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=318",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 319,
    "results": [
        {
            "start": 1263885767,
            "stop": 1263885972
        },
        {
            "start": 1263885977,
            "stop": 1263886586
        },
        {
            "start": 1263886587,
            "stop": 1263886597
        },
        {
            "start": 1263886598,
            "stop": 1263888289
        },
        {
            "start": 1263888293,
            "stop": 1263888879
        },
        {
            "start": 1263888880,
            "stop": 1263889045
        },
        {
            "start": 1263889048,
            "stop": 1263889143
        },
        {
            "start": 1263889146,
            "stop": 1263889697
        },
        {
            "start": 1263889699,
            "stop": 1263891319
        },
        {
            "start": 1263891320,
            "stop": 1263891352
        },
        {
            "start": 1263891358,
            "stop": 1263891422
        },
        {
            "start": 1263891423,
            "stop": 1263891458
        },
        {
            "start": 1263891463,
            "stop": 1263891502
        },
        {
            "start": 1263891507,
            "stop": 1263891548
        },
        {
            "start": 1263891555,
            "stop": 1263891556
        },
        {
            "start": 1263891557,
            "stop": 1263891611
        },
        {
            "start": 1263891613,
            "stop": 1263891643
        },
        {
            "start": 1263891648,
            "stop": 1263891651
        },
        {
            "start": 1263891652,
            "stop": 1263891654
        },
        {
            "start": 1263891656,
            "stop": 1263891662
        }
    ]
}