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_CAT1/segments?format=api&page=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=261",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 262,
    "results": [
        {
            "start": 840005825,
            "stop": 840006898
        },
        {
            "start": 840008108,
            "stop": 840021573
        },
        {
            "start": 840022316,
            "stop": 840024894
        },
        {
            "start": 840024977,
            "stop": 840029353
        },
        {
            "start": 840029356,
            "stop": 840029452
        },
        {
            "start": 840029454,
            "stop": 840029455
        },
        {
            "start": 840029456,
            "stop": 840029457
        },
        {
            "start": 840029459,
            "stop": 840029641
        },
        {
            "start": 840034068,
            "stop": 840035505
        },
        {
            "start": 840035637,
            "stop": 840041461
        },
        {
            "start": 840095686,
            "stop": 840109554
        },
        {
            "start": 840112079,
            "stop": 840122243
        },
        {
            "start": 840122457,
            "stop": 840126919
        },
        {
            "start": 840126986,
            "stop": 840127260
        },
        {
            "start": 840137911,
            "stop": 840137914
        },
        {
            "start": 840161930,
            "stop": 840162788
        },
        {
            "start": 840162790,
            "stop": 840170034
        },
        {
            "start": 840171888,
            "stop": 840180148
        },
        {
            "start": 840182416,
            "stop": 840185059
        },
        {
            "start": 840185061,
            "stop": 840194189
        }
    ]
}