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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=267",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 268,
    "results": [
        {
            "start": 1126920526,
            "stop": 1126920527
        },
        {
            "start": 1126920528,
            "stop": 1126920530
        },
        {
            "start": 1126920533,
            "stop": 1126920553
        },
        {
            "start": 1126920554,
            "stop": 1126920672
        },
        {
            "start": 1126920673,
            "stop": 1126920686
        },
        {
            "start": 1126920687,
            "stop": 1126920688
        },
        {
            "start": 1126920691,
            "stop": 1126920694
        },
        {
            "start": 1126920698,
            "stop": 1126920708
        },
        {
            "start": 1126920709,
            "stop": 1126920710
        },
        {
            "start": 1126920711,
            "stop": 1126920713
        },
        {
            "start": 1126920716,
            "stop": 1126920729
        },
        {
            "start": 1126920730,
            "stop": 1126920756
        },
        {
            "start": 1126920759,
            "stop": 1126921091
        },
        {
            "start": 1126921092,
            "stop": 1126921103
        },
        {
            "start": 1126921106,
            "stop": 1126921112
        },
        {
            "start": 1126921113,
            "stop": 1126921118
        },
        {
            "start": 1126921121,
            "stop": 1126921122
        },
        {
            "start": 1126921124,
            "stop": 1126921126
        },
        {
            "start": 1126921128,
            "stop": 1126921129
        },
        {
            "start": 1126921130,
            "stop": 1126921132
        }
    ]
}