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=16778
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=16779",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16777",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16778,
    "results": [
        {
            "start": 875112688,
            "stop": 875112690
        },
        {
            "start": 875112701,
            "stop": 875112708
        },
        {
            "start": 875112711,
            "stop": 875112724
        },
        {
            "start": 875112727,
            "stop": 875112819
        },
        {
            "start": 875112822,
            "stop": 875112823
        },
        {
            "start": 875112826,
            "stop": 875112831
        },
        {
            "start": 875112834,
            "stop": 875112908
        },
        {
            "start": 875112909,
            "stop": 875112967
        },
        {
            "start": 875112970,
            "stop": 875112979
        },
        {
            "start": 875112980,
            "stop": 875112992
        },
        {
            "start": 875112994,
            "stop": 875113006
        },
        {
            "start": 875113009,
            "stop": 875113016
        },
        {
            "start": 875113017,
            "stop": 875113020
        },
        {
            "start": 875113022,
            "stop": 875113025
        },
        {
            "start": 875113033,
            "stop": 875113035
        },
        {
            "start": 875113040,
            "stop": 875113070
        },
        {
            "start": 875113076,
            "stop": 875113089
        },
        {
            "start": 875113090,
            "stop": 875113106
        },
        {
            "start": 875113108,
            "stop": 875113133
        },
        {
            "start": 875113135,
            "stop": 875113144
        }
    ]
}