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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=49",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 50,
    "results": [
        {
            "start": 817466919,
            "stop": 817467473
        },
        {
            "start": 817467476,
            "stop": 817467651
        },
        {
            "start": 817467654,
            "stop": 817473056
        },
        {
            "start": 817473061,
            "stop": 817473072
        },
        {
            "start": 817474958,
            "stop": 817475144
        },
        {
            "start": 817475148,
            "stop": 817475158
        },
        {
            "start": 817475161,
            "stop": 817475266
        },
        {
            "start": 817475269,
            "stop": 817475698
        },
        {
            "start": 817475701,
            "stop": 817476598
        },
        {
            "start": 817476601,
            "stop": 817476613
        },
        {
            "start": 817477300,
            "stop": 817477512
        },
        {
            "start": 817477517,
            "stop": 817477530
        },
        {
            "start": 817477535,
            "stop": 817477536
        },
        {
            "start": 817477539,
            "stop": 817477561
        },
        {
            "start": 817513848,
            "stop": 817523255
        },
        {
            "start": 817523258,
            "stop": 817523483
        },
        {
            "start": 817523486,
            "stop": 817524639
        },
        {
            "start": 817524706,
            "stop": 817530833
        },
        {
            "start": 817530836,
            "stop": 817538599
        },
        {
            "start": 817538602,
            "stop": 817542035
        }
    ]
}