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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=611",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=609",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 610,
    "results": [
        {
            "start": 845886499,
            "stop": 845889253
        },
        {
            "start": 845890545,
            "stop": 845892538
        },
        {
            "start": 845895518,
            "stop": 845899920
        },
        {
            "start": 845900871,
            "stop": 845908518
        },
        {
            "start": 845952215,
            "stop": 846000985
        },
        {
            "start": 846000994,
            "stop": 846003505
        },
        {
            "start": 846003510,
            "stop": 846003599
        },
        {
            "start": 846003604,
            "stop": 846013227
        },
        {
            "start": 846014817,
            "stop": 846014881
        },
        {
            "start": 846014886,
            "stop": 846016676
        },
        {
            "start": 846017473,
            "stop": 846020911
        },
        {
            "start": 846055078,
            "stop": 846095573
        },
        {
            "start": 846099026,
            "stop": 846106902
        },
        {
            "start": 846107673,
            "stop": 846116656
        },
        {
            "start": 846122518,
            "stop": 846132442
        },
        {
            "start": 846145969,
            "stop": 846146131
        },
        {
            "start": 846147105,
            "stop": 846188976
        },
        {
            "start": 846190977,
            "stop": 846191785
        },
        {
            "start": 846200270,
            "stop": 846280011
        },
        {
            "start": 846280018,
            "stop": 846311996
        }
    ]
}