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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=226",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 227,
    "results": [
        {
            "start": 1262440555,
            "stop": 1262441368
        },
        {
            "start": 1262441371,
            "stop": 1262442457
        },
        {
            "start": 1262442462,
            "stop": 1262444215
        },
        {
            "start": 1262444217,
            "stop": 1262444417
        },
        {
            "start": 1262459639,
            "stop": 1262459645
        },
        {
            "start": 1262459646,
            "stop": 1262460126
        },
        {
            "start": 1262460127,
            "stop": 1262460534
        },
        {
            "start": 1262460535,
            "stop": 1262461249
        },
        {
            "start": 1262461254,
            "stop": 1262461451
        },
        {
            "start": 1262461493,
            "stop": 1262462828
        },
        {
            "start": 1262462831,
            "stop": 1262463517
        },
        {
            "start": 1262463518,
            "stop": 1262463659
        },
        {
            "start": 1262463662,
            "stop": 1262463874
        },
        {
            "start": 1262463876,
            "stop": 1262466428
        },
        {
            "start": 1262471488,
            "stop": 1262474458
        },
        {
            "start": 1262474462,
            "stop": 1262475009
        },
        {
            "start": 1262475011,
            "stop": 1262475774
        },
        {
            "start": 1262475776,
            "stop": 1262476258
        },
        {
            "start": 1262476261,
            "stop": 1262481170
        },
        {
            "start": 1262481175,
            "stop": 1262483910
        }
    ]
}