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=617
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=618",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=616",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 617,
    "results": [
        {
            "start": 1265277679,
            "stop": 1265279314
        },
        {
            "start": 1265279319,
            "stop": 1265285237
        },
        {
            "start": 1265285240,
            "stop": 1265288365
        },
        {
            "start": 1265288369,
            "stop": 1265288408
        },
        {
            "start": 1265288412,
            "stop": 1265288707
        },
        {
            "start": 1265288712,
            "stop": 1265290491
        },
        {
            "start": 1265290495,
            "stop": 1265291145
        },
        {
            "start": 1265291150,
            "stop": 1265292315
        },
        {
            "start": 1265292320,
            "stop": 1265294845
        },
        {
            "start": 1265294847,
            "stop": 1265297898
        },
        {
            "start": 1265297902,
            "stop": 1265297908
        },
        {
            "start": 1265297910,
            "stop": 1265298650
        },
        {
            "start": 1265298654,
            "stop": 1265298661
        },
        {
            "start": 1265298663,
            "stop": 1265299841
        },
        {
            "start": 1265299846,
            "stop": 1265299936
        },
        {
            "start": 1265299939,
            "stop": 1265301659
        },
        {
            "start": 1265301664,
            "stop": 1265301705
        },
        {
            "start": 1265301710,
            "stop": 1265301967
        },
        {
            "start": 1265301972,
            "stop": 1265302803
        },
        {
            "start": 1265302806,
            "stop": 1265303608
        }
    ]
}