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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=792",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=790",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 791,
    "results": [
        {
            "start": 1249812043,
            "stop": 1249812287
        },
        {
            "start": 1249812292,
            "stop": 1249812519
        },
        {
            "start": 1249812522,
            "stop": 1249812682
        },
        {
            "start": 1249812686,
            "stop": 1249813470
        },
        {
            "start": 1249813473,
            "stop": 1249813483
        },
        {
            "start": 1249813487,
            "stop": 1249813596
        },
        {
            "start": 1249813602,
            "stop": 1249813928
        },
        {
            "start": 1249813931,
            "stop": 1249814224
        },
        {
            "start": 1249814227,
            "stop": 1249815254
        },
        {
            "start": 1249815258,
            "stop": 1249815788
        },
        {
            "start": 1249815793,
            "stop": 1249815820
        },
        {
            "start": 1249815827,
            "stop": 1249816430
        },
        {
            "start": 1249816433,
            "stop": 1249816619
        },
        {
            "start": 1249816622,
            "stop": 1249817377
        },
        {
            "start": 1249817381,
            "stop": 1249817694
        },
        {
            "start": 1249817698,
            "stop": 1249818095
        },
        {
            "start": 1249818098,
            "stop": 1249818705
        },
        {
            "start": 1249818708,
            "stop": 1249819385
        },
        {
            "start": 1249819388,
            "stop": 1249820267
        },
        {
            "start": 1249820270,
            "stop": 1249820644
        }
    ]
}