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=469
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=470",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=468",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 469,
    "results": [
        {
            "start": 1264395822,
            "stop": 1264395829
        },
        {
            "start": 1264395831,
            "stop": 1264395836
        },
        {
            "start": 1264395839,
            "stop": 1264395840
        },
        {
            "start": 1264395841,
            "stop": 1264395845
        },
        {
            "start": 1264395847,
            "stop": 1264395849
        },
        {
            "start": 1264395851,
            "stop": 1264395853
        },
        {
            "start": 1264395855,
            "stop": 1264395860
        },
        {
            "start": 1264395863,
            "stop": 1264395869
        },
        {
            "start": 1264395871,
            "stop": 1264395898
        },
        {
            "start": 1264395901,
            "stop": 1264395954
        },
        {
            "start": 1264395955,
            "stop": 1264395956
        },
        {
            "start": 1264395963,
            "stop": 1264395970
        },
        {
            "start": 1264395971,
            "stop": 1264396071
        },
        {
            "start": 1264396074,
            "stop": 1264396080
        },
        {
            "start": 1264396082,
            "stop": 1264396088
        },
        {
            "start": 1264396090,
            "stop": 1264396130
        },
        {
            "start": 1264396133,
            "stop": 1264396146
        },
        {
            "start": 1264396147,
            "stop": 1264396154
        },
        {
            "start": 1264396156,
            "stop": 1264396172
        },
        {
            "start": 1264396174,
            "stop": 1264396188
        }
    ]
}