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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=658",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=656",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 657,
    "results": [
        {
            "start": 1266047426,
            "stop": 1266047863
        },
        {
            "start": 1266047864,
            "stop": 1266048237
        },
        {
            "start": 1266048242,
            "stop": 1266048278
        },
        {
            "start": 1266054049,
            "stop": 1266054996
        },
        {
            "start": 1266055000,
            "stop": 1266056527
        },
        {
            "start": 1266056529,
            "stop": 1266057597
        },
        {
            "start": 1266057602,
            "stop": 1266059600
        },
        {
            "start": 1266059603,
            "stop": 1266060417
        },
        {
            "start": 1266060419,
            "stop": 1266062768
        },
        {
            "start": 1266062770,
            "stop": 1266063041
        },
        {
            "start": 1266063045,
            "stop": 1266064786
        },
        {
            "start": 1266067317,
            "stop": 1266068310
        },
        {
            "start": 1266068312,
            "stop": 1266069406
        },
        {
            "start": 1266069408,
            "stop": 1266073316
        },
        {
            "start": 1266097079,
            "stop": 1266097598
        },
        {
            "start": 1266097601,
            "stop": 1266098714
        },
        {
            "start": 1266098716,
            "stop": 1266099576
        },
        {
            "start": 1266099581,
            "stop": 1266099779
        },
        {
            "start": 1266099784,
            "stop": 1266100380
        },
        {
            "start": 1266100641,
            "stop": 1266101059
        }
    ]
}