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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3094",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3092",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3093,
    "results": [
        {
            "start": 866511420,
            "stop": 866518279
        },
        {
            "start": 866518282,
            "stop": 866524244
        },
        {
            "start": 866524425,
            "stop": 866524470
        },
        {
            "start": 866524770,
            "stop": 866524782
        },
        {
            "start": 866525488,
            "stop": 866528100
        },
        {
            "start": 866528160,
            "stop": 866546100
        },
        {
            "start": 866546160,
            "stop": 866547660
        },
        {
            "start": 866547720,
            "stop": 866549580
        },
        {
            "start": 866549640,
            "stop": 866552880
        },
        {
            "start": 866552940,
            "stop": 866557350
        },
        {
            "start": 866557355,
            "stop": 866557370
        },
        {
            "start": 866557375,
            "stop": 866557377
        },
        {
            "start": 866557500,
            "stop": 866558100
        },
        {
            "start": 866558160,
            "stop": 866559820
        },
        {
            "start": 866560845,
            "stop": 866563318
        },
        {
            "start": 866563322,
            "stop": 866563435
        },
        {
            "start": 866563440,
            "stop": 866563472
        },
        {
            "start": 866563478,
            "stop": 866563500
        },
        {
            "start": 866563620,
            "stop": 866564760
        },
        {
            "start": 866564820,
            "stop": 866565120
        }
    ]
}