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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=297",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 298,
    "results": [
        {
            "start": 1247583303,
            "stop": 1247594133
        },
        {
            "start": 1247596927,
            "stop": 1247598625
        },
        {
            "start": 1247601414,
            "stop": 1247609526
        },
        {
            "start": 1247611311,
            "stop": 1247620849
        },
        {
            "start": 1247623447,
            "stop": 1247629670
        },
        {
            "start": 1247639138,
            "stop": 1247649440
        },
        {
            "start": 1247651086,
            "stop": 1247689312
        },
        {
            "start": 1247689313,
            "stop": 1247689730
        },
        {
            "start": 1247689731,
            "stop": 1247689853
        },
        {
            "start": 1247689854,
            "stop": 1247689967
        },
        {
            "start": 1247689968,
            "stop": 1247690094
        },
        {
            "start": 1247690095,
            "stop": 1247690096
        },
        {
            "start": 1247690097,
            "stop": 1247690131
        },
        {
            "start": 1247690132,
            "stop": 1247690143
        },
        {
            "start": 1247690144,
            "stop": 1247690152
        },
        {
            "start": 1247690153,
            "stop": 1247690197
        },
        {
            "start": 1247690198,
            "stop": 1247690205
        },
        {
            "start": 1247690206,
            "stop": 1247690238
        },
        {
            "start": 1247690239,
            "stop": 1247690246
        },
        {
            "start": 1247690247,
            "stop": 1247690267
        }
    ]
}