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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=522",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=520",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 521,
    "results": [
        {
            "start": 868280165,
            "stop": 868280618
        },
        {
            "start": 868283613,
            "stop": 868285259
        },
        {
            "start": 868285471,
            "stop": 868288849
        },
        {
            "start": 868289595,
            "stop": 868299891
        },
        {
            "start": 868301432,
            "stop": 868302121
        },
        {
            "start": 868302362,
            "stop": 868308106
        },
        {
            "start": 868308108,
            "stop": 868320762
        },
        {
            "start": 868321544,
            "stop": 868345546
        },
        {
            "start": 868346369,
            "stop": 868372536
        },
        {
            "start": 868372538,
            "stop": 868372626
        },
        {
            "start": 868375898,
            "stop": 868378683
        },
        {
            "start": 868378965,
            "stop": 868384155
        },
        {
            "start": 868384409,
            "stop": 868386806
        },
        {
            "start": 868386963,
            "stop": 868398788
        },
        {
            "start": 868398790,
            "stop": 868401092
        },
        {
            "start": 868405278,
            "stop": 868434670
        },
        {
            "start": 868435445,
            "stop": 868438519
        },
        {
            "start": 868440478,
            "stop": 868455788
        },
        {
            "start": 868455790,
            "stop": 868455906
        },
        {
            "start": 868455908,
            "stop": 868455922
        }
    ]
}