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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16572",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16570",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16571,
    "results": [
        {
            "start": 874689939,
            "stop": 874689953
        },
        {
            "start": 874690392,
            "stop": 874690486
        },
        {
            "start": 874690488,
            "stop": 874690539
        },
        {
            "start": 874690541,
            "stop": 874690681
        },
        {
            "start": 874690682,
            "stop": 874690834
        },
        {
            "start": 874690837,
            "stop": 874690851
        },
        {
            "start": 874690853,
            "stop": 874690895
        },
        {
            "start": 874690896,
            "stop": 874690974
        },
        {
            "start": 874690976,
            "stop": 874691076
        },
        {
            "start": 874691077,
            "stop": 874691098
        },
        {
            "start": 874691100,
            "stop": 874691122
        },
        {
            "start": 874691124,
            "stop": 874691290
        },
        {
            "start": 874691293,
            "stop": 874691348
        },
        {
            "start": 874691349,
            "stop": 874691357
        },
        {
            "start": 874691358,
            "stop": 874691438
        },
        {
            "start": 874691439,
            "stop": 874691462
        },
        {
            "start": 874691466,
            "stop": 874691608
        },
        {
            "start": 874691612,
            "stop": 874691706
        },
        {
            "start": 874691707,
            "stop": 874691708
        },
        {
            "start": 874691710,
            "stop": 874691711
        }
    ]
}