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=603
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=604",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=602",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 603,
    "results": [
        {
            "start": 1265048033,
            "stop": 1265048271
        },
        {
            "start": 1265048272,
            "stop": 1265048305
        },
        {
            "start": 1265048306,
            "stop": 1265048314
        },
        {
            "start": 1265048315,
            "stop": 1265048597
        },
        {
            "start": 1265048598,
            "stop": 1265048891
        },
        {
            "start": 1265048892,
            "stop": 1265048896
        },
        {
            "start": 1265048898,
            "stop": 1265048920
        },
        {
            "start": 1265048922,
            "stop": 1265048964
        },
        {
            "start": 1265048966,
            "stop": 1265048976
        },
        {
            "start": 1265048977,
            "stop": 1265049119
        },
        {
            "start": 1265049120,
            "stop": 1265049499
        },
        {
            "start": 1265049500,
            "stop": 1265049598
        },
        {
            "start": 1265049599,
            "stop": 1265049643
        },
        {
            "start": 1265049644,
            "stop": 1265049647
        },
        {
            "start": 1265049648,
            "stop": 1265049662
        },
        {
            "start": 1265049663,
            "stop": 1265049665
        },
        {
            "start": 1265049667,
            "stop": 1265049770
        },
        {
            "start": 1265049771,
            "stop": 1265049886
        },
        {
            "start": 1265049888,
            "stop": 1265049917
        },
        {
            "start": 1265049918,
            "stop": 1265049990
        }
    ]
}