Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=53
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=52",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 53,
    "results": [
        {
            "start": 821273346,
            "stop": 821278441
        },
        {
            "start": 821278443,
            "stop": 821278716
        },
        {
            "start": 821279684,
            "stop": 821284124
        },
        {
            "start": 821289620,
            "stop": 821289862
        },
        {
            "start": 821290046,
            "stop": 821290797
        },
        {
            "start": 821291797,
            "stop": 821291827
        },
        {
            "start": 821291830,
            "stop": 821291892
        },
        {
            "start": 821291894,
            "stop": 821296292
        },
        {
            "start": 821296294,
            "stop": 821296310
        },
        {
            "start": 821296311,
            "stop": 821296471
        },
        {
            "start": 821296473,
            "stop": 821296586
        },
        {
            "start": 821296588,
            "stop": 821296867
        },
        {
            "start": 821296869,
            "stop": 821297080
        },
        {
            "start": 821297648,
            "stop": 821299054
        },
        {
            "start": 821299328,
            "stop": 821300082
        },
        {
            "start": 821300084,
            "stop": 821300637
        },
        {
            "start": 821300752,
            "stop": 821300771
        },
        {
            "start": 821300956,
            "stop": 821302592
        },
        {
            "start": 821302594,
            "stop": 821302635
        },
        {
            "start": 821302693,
            "stop": 821302782
        }
    ]
}