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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=143",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 144,
    "results": [
        {
            "start": 1373037354,
            "stop": 1373037889
        },
        {
            "start": 1373037891,
            "stop": 1373039708
        },
        {
            "start": 1373039710,
            "stop": 1373040307
        },
        {
            "start": 1373040312,
            "stop": 1373041564
        },
        {
            "start": 1373041566,
            "stop": 1373042086
        },
        {
            "start": 1373042088,
            "stop": 1373042291
        },
        {
            "start": 1373042296,
            "stop": 1373044087
        },
        {
            "start": 1373044089,
            "stop": 1373044632
        },
        {
            "start": 1373044634,
            "stop": 1373046111
        },
        {
            "start": 1373046113,
            "stop": 1373046507
        },
        {
            "start": 1373046510,
            "stop": 1373046688
        },
        {
            "start": 1373046689,
            "stop": 1373048246
        },
        {
            "start": 1373048248,
            "stop": 1373048854
        },
        {
            "start": 1373048855,
            "stop": 1373050180
        },
        {
            "start": 1373050185,
            "stop": 1373051320
        },
        {
            "start": 1373051322,
            "stop": 1373053499
        },
        {
            "start": 1373053501,
            "stop": 1373054706
        },
        {
            "start": 1373054708,
            "stop": 1373055446
        },
        {
            "start": 1373055447,
            "stop": 1373056060
        },
        {
            "start": 1373056062,
            "stop": 1373056499
        }
    ]
}