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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=244",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 245,
    "results": [
        {
            "start": 1126884261,
            "stop": 1126884340
        },
        {
            "start": 1126884341,
            "stop": 1126884395
        },
        {
            "start": 1126884396,
            "stop": 1126884403
        },
        {
            "start": 1126884407,
            "stop": 1126884410
        },
        {
            "start": 1126884419,
            "stop": 1126884456
        },
        {
            "start": 1126884458,
            "stop": 1126884475
        },
        {
            "start": 1126884478,
            "stop": 1126884519
        },
        {
            "start": 1126884521,
            "stop": 1126884547
        },
        {
            "start": 1126884549,
            "stop": 1126884558
        },
        {
            "start": 1126884559,
            "stop": 1126884564
        },
        {
            "start": 1126884565,
            "stop": 1126884568
        },
        {
            "start": 1126884569,
            "stop": 1126884571
        },
        {
            "start": 1126884572,
            "stop": 1126884580
        },
        {
            "start": 1126884581,
            "stop": 1126884592
        },
        {
            "start": 1126884594,
            "stop": 1126884611
        },
        {
            "start": 1126884613,
            "stop": 1126884614
        },
        {
            "start": 1126884620,
            "stop": 1126884627
        },
        {
            "start": 1126884628,
            "stop": 1126884638
        },
        {
            "start": 1126884640,
            "stop": 1126884659
        },
        {
            "start": 1126884662,
            "stop": 1126884663
        }
    ]
}