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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5301",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5299",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5300,
    "results": [
        {
            "start": 1136468176,
            "stop": 1136468249
        },
        {
            "start": 1136468251,
            "stop": 1136468345
        },
        {
            "start": 1136468347,
            "stop": 1136468357
        },
        {
            "start": 1136468359,
            "stop": 1136468419
        },
        {
            "start": 1136468421,
            "stop": 1136468424
        },
        {
            "start": 1136468426,
            "stop": 1136468459
        },
        {
            "start": 1136468461,
            "stop": 1136468491
        },
        {
            "start": 1136468493,
            "stop": 1136468505
        },
        {
            "start": 1136468507,
            "stop": 1136468552
        },
        {
            "start": 1136468554,
            "stop": 1136468679
        },
        {
            "start": 1136468681,
            "stop": 1136468685
        },
        {
            "start": 1136468687,
            "stop": 1136468842
        },
        {
            "start": 1136468844,
            "stop": 1136468934
        },
        {
            "start": 1136468936,
            "stop": 1136469235
        },
        {
            "start": 1136469237,
            "stop": 1136469238
        },
        {
            "start": 1136469240,
            "stop": 1136469532
        },
        {
            "start": 1136484026,
            "stop": 1136484120
        },
        {
            "start": 1136484122,
            "stop": 1136484152
        },
        {
            "start": 1136484154,
            "stop": 1136484412
        },
        {
            "start": 1136484414,
            "stop": 1136484436
        }
    ]
}