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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=64",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 65,
    "results": [
        {
            "start": 1404283705,
            "stop": 1404286301
        },
        {
            "start": 1404286304,
            "stop": 1404298996
        },
        {
            "start": 1404298999,
            "stop": 1404308827
        },
        {
            "start": 1404309333,
            "stop": 1404314459
        },
        {
            "start": 1404317369,
            "stop": 1404318131
        },
        {
            "start": 1404318562,
            "stop": 1404318666
        },
        {
            "start": 1404318668,
            "stop": 1404325597
        },
        {
            "start": 1404327305,
            "stop": 1404327430
        },
        {
            "start": 1404327971,
            "stop": 1404329223
        },
        {
            "start": 1404329629,
            "stop": 1404332374
        },
        {
            "start": 1404332377,
            "stop": 1404337783
        },
        {
            "start": 1404337785,
            "stop": 1404342072
        },
        {
            "start": 1404347117,
            "stop": 1404349254
        },
        {
            "start": 1404349258,
            "stop": 1404353927
        },
        {
            "start": 1404354473,
            "stop": 1404359854
        },
        {
            "start": 1404360231,
            "stop": 1404361052
        },
        {
            "start": 1404361056,
            "stop": 1404361904
        },
        {
            "start": 1404361907,
            "stop": 1404365021
        },
        {
            "start": 1404365024,
            "stop": 1404372381
        },
        {
            "start": 1404372383,
            "stop": 1404373432
        }
    ]
}