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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=23",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 24,
    "results": [
        {
            "start": 818605934,
            "stop": 818605935
        },
        {
            "start": 818605964,
            "stop": 818605966
        },
        {
            "start": 818606649,
            "stop": 818610511
        },
        {
            "start": 818610640,
            "stop": 818610658
        },
        {
            "start": 818610666,
            "stop": 818611085
        },
        {
            "start": 818611087,
            "stop": 818611199
        },
        {
            "start": 818611201,
            "stop": 818611644
        },
        {
            "start": 818611646,
            "stop": 818612067
        },
        {
            "start": 818612069,
            "stop": 818612531
        },
        {
            "start": 818612532,
            "stop": 818612812
        },
        {
            "start": 818612814,
            "stop": 818613435
        },
        {
            "start": 818613437,
            "stop": 818614730
        },
        {
            "start": 818614732,
            "stop": 818615568
        },
        {
            "start": 818615570,
            "stop": 818615613
        },
        {
            "start": 818618136,
            "stop": 818621242
        },
        {
            "start": 818621933,
            "stop": 818623689
        },
        {
            "start": 818623690,
            "stop": 818623787
        },
        {
            "start": 818624315,
            "stop": 818624473
        },
        {
            "start": 818625923,
            "stop": 818631804
        },
        {
            "start": 818633808,
            "stop": 818634022
        }
    ]
}