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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6110",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6111,
    "results": [
        {
            "start": 874086262,
            "stop": 874087500
        },
        {
            "start": 874087560,
            "stop": 874088488
        },
        {
            "start": 874088489,
            "stop": 874088927
        },
        {
            "start": 874088928,
            "stop": 874089639
        },
        {
            "start": 874089641,
            "stop": 874090047
        },
        {
            "start": 874090049,
            "stop": 874090280
        },
        {
            "start": 874090281,
            "stop": 874090683
        },
        {
            "start": 874090684,
            "stop": 874090935
        },
        {
            "start": 874090936,
            "stop": 874091048
        },
        {
            "start": 874091049,
            "stop": 874091781
        },
        {
            "start": 874091782,
            "stop": 874091923
        },
        {
            "start": 874091924,
            "stop": 874091943
        },
        {
            "start": 874091944,
            "stop": 874093266
        },
        {
            "start": 874093267,
            "stop": 874093914
        },
        {
            "start": 874093915,
            "stop": 874095012
        },
        {
            "start": 874095013,
            "stop": 874095126
        },
        {
            "start": 874095127,
            "stop": 874095309
        },
        {
            "start": 874095310,
            "stop": 874095339
        },
        {
            "start": 874095340,
            "stop": 874095767
        },
        {
            "start": 874095768,
            "stop": 874096330
        }
    ]
}