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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=336",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 337,
    "results": [
        {
            "start": 1380930363,
            "stop": 1380931533
        },
        {
            "start": 1380931536,
            "stop": 1380932063
        },
        {
            "start": 1380932068,
            "stop": 1380932332
        },
        {
            "start": 1380932337,
            "stop": 1380933781
        },
        {
            "start": 1380933786,
            "stop": 1380940619
        },
        {
            "start": 1380940624,
            "stop": 1380943186
        },
        {
            "start": 1380945609,
            "stop": 1380946612
        },
        {
            "start": 1380946617,
            "stop": 1380954046
        },
        {
            "start": 1380954051,
            "stop": 1380956360
        },
        {
            "start": 1380956365,
            "stop": 1380956850
        },
        {
            "start": 1380956853,
            "stop": 1380956857
        },
        {
            "start": 1380956860,
            "stop": 1380960419
        },
        {
            "start": 1380960424,
            "stop": 1380960494
        },
        {
            "start": 1380960498,
            "stop": 1380968453
        },
        {
            "start": 1380971042,
            "stop": 1380981800
        },
        {
            "start": 1381000378,
            "stop": 1381002361
        },
        {
            "start": 1381002562,
            "stop": 1381011434
        },
        {
            "start": 1381011438,
            "stop": 1381021292
        },
        {
            "start": 1381032683,
            "stop": 1381037387
        },
        {
            "start": 1381037390,
            "stop": 1381039554
        }
    ]
}