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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=123",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 124,
    "results": [
        {
            "start": 826569880,
            "stop": 826572426
        },
        {
            "start": 826573771,
            "stop": 826574358
        },
        {
            "start": 826574360,
            "stop": 826574424
        },
        {
            "start": 826574507,
            "stop": 826574955
        },
        {
            "start": 826575908,
            "stop": 826579983
        },
        {
            "start": 826582982,
            "stop": 826592966
        },
        {
            "start": 826593039,
            "stop": 826593394
        },
        {
            "start": 826593427,
            "stop": 826593856
        },
        {
            "start": 826594878,
            "stop": 826596473
        },
        {
            "start": 826596475,
            "stop": 826599926
        },
        {
            "start": 826600988,
            "stop": 826628157
        },
        {
            "start": 826629597,
            "stop": 826636553
        },
        {
            "start": 826636555,
            "stop": 826636563
        },
        {
            "start": 826636565,
            "stop": 826636677
        },
        {
            "start": 826638149,
            "stop": 826639233
        },
        {
            "start": 826640113,
            "stop": 826643859
        },
        {
            "start": 826645700,
            "stop": 826645759
        },
        {
            "start": 826645761,
            "stop": 826646684
        },
        {
            "start": 826647476,
            "stop": 826648498
        },
        {
            "start": 826648532,
            "stop": 826648975
        }
    ]
}