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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=266",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 267,
    "results": [
        {
            "start": 1262703010,
            "stop": 1262703046
        },
        {
            "start": 1262703047,
            "stop": 1262703202
        },
        {
            "start": 1262703204,
            "stop": 1262703260
        },
        {
            "start": 1262703264,
            "stop": 1262703268
        },
        {
            "start": 1262703271,
            "stop": 1262703290
        },
        {
            "start": 1262703293,
            "stop": 1262703335
        },
        {
            "start": 1262703337,
            "stop": 1262703405
        },
        {
            "start": 1262703407,
            "stop": 1262703546
        },
        {
            "start": 1262703549,
            "stop": 1262703672
        },
        {
            "start": 1262703675,
            "stop": 1262703678
        },
        {
            "start": 1262703680,
            "stop": 1262703683
        },
        {
            "start": 1262703688,
            "stop": 1262703695
        },
        {
            "start": 1262703697,
            "stop": 1262703698
        },
        {
            "start": 1262703701,
            "stop": 1262703833
        },
        {
            "start": 1262703836,
            "stop": 1262703838
        },
        {
            "start": 1262703844,
            "stop": 1262703932
        },
        {
            "start": 1262703936,
            "stop": 1262703965
        },
        {
            "start": 1262703968,
            "stop": 1262704030
        },
        {
            "start": 1262704033,
            "stop": 1262704075
        },
        {
            "start": 1262704077,
            "stop": 1262704106
        }
    ]
}