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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=73",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 74,
    "results": [
        {
            "start": 817474958,
            "stop": 817475144
        },
        {
            "start": 817475148,
            "stop": 817475158
        },
        {
            "start": 817475161,
            "stop": 817475266
        },
        {
            "start": 817475269,
            "stop": 817475698
        },
        {
            "start": 817475701,
            "stop": 817476526
        },
        {
            "start": 817477300,
            "stop": 817477471
        },
        {
            "start": 817513848,
            "stop": 817523255
        },
        {
            "start": 817523258,
            "stop": 817523483
        },
        {
            "start": 817523486,
            "stop": 817524639
        },
        {
            "start": 817524706,
            "stop": 817530090
        },
        {
            "start": 817531050,
            "stop": 817538599
        },
        {
            "start": 817538602,
            "stop": 817542035
        },
        {
            "start": 817542038,
            "stop": 817542067
        },
        {
            "start": 817543022,
            "stop": 817543170
        },
        {
            "start": 817544130,
            "stop": 817547687
        },
        {
            "start": 817547691,
            "stop": 817548250
        },
        {
            "start": 817548253,
            "stop": 817549740
        },
        {
            "start": 817549800,
            "stop": 817551868
        },
        {
            "start": 817553384,
            "stop": 817555319
        },
        {
            "start": 817555322,
            "stop": 817555500
        }
    ]
}