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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=12",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 13,
    "results": [
        {
            "start": 1374361507,
            "stop": 1374364511
        },
        {
            "start": 1374369269,
            "stop": 1374398226
        },
        {
            "start": 1374398365,
            "stop": 1374411112
        },
        {
            "start": 1374423809,
            "stop": 1374433216
        },
        {
            "start": 1374448010,
            "stop": 1374472570
        },
        {
            "start": 1374472573,
            "stop": 1374507821
        },
        {
            "start": 1374507899,
            "stop": 1374509697
        },
        {
            "start": 1374514217,
            "stop": 1374528267
        },
        {
            "start": 1374537329,
            "stop": 1374577960
        },
        {
            "start": 1374585485,
            "stop": 1374596050
        },
        {
            "start": 1374611099,
            "stop": 1374659084
        },
        {
            "start": 1374659087,
            "stop": 1374716738
        },
        {
            "start": 1374721495,
            "stop": 1374777586
        },
        {
            "start": 1374784440,
            "stop": 1374817820
        },
        {
            "start": 1374832347,
            "stop": 1374854398
        },
        {
            "start": 1374854963,
            "stop": 1374855529
        },
        {
            "start": 1374855532,
            "stop": 1374856275
        },
        {
            "start": 1374863167,
            "stop": 1374863173
        },
        {
            "start": 1374863205,
            "stop": 1374865684
        },
        {
            "start": 1374865842,
            "stop": 1374866806
        }
    ]
}