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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=141",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 142,
    "results": [
        {
            "start": 968385178,
            "stop": 968411247
        },
        {
            "start": 968411871,
            "stop": 968414529
        },
        {
            "start": 968416615,
            "stop": 968423547
        },
        {
            "start": 968426364,
            "stop": 968426372
        },
        {
            "start": 968426453,
            "stop": 968431377
        },
        {
            "start": 968432705,
            "stop": 968433716
        },
        {
            "start": 968435103,
            "stop": 968436730
        },
        {
            "start": 968436964,
            "stop": 968450531
        },
        {
            "start": 968453365,
            "stop": 968454442
        },
        {
            "start": 968456456,
            "stop": 968463308
        },
        {
            "start": 968465518,
            "stop": 968467951
        },
        {
            "start": 968469561,
            "stop": 968497587
        },
        {
            "start": 968500489,
            "stop": 968504348
        },
        {
            "start": 968522021,
            "stop": 968530340
        },
        {
            "start": 968530470,
            "stop": 968533604
        },
        {
            "start": 968549402,
            "stop": 968549470
        },
        {
            "start": 968556757,
            "stop": 968561107
        },
        {
            "start": 968561455,
            "stop": 968566212
        },
        {
            "start": 968571186,
            "stop": 968572834
        },
        {
            "start": 968576181,
            "stop": 968581948
        }
    ]
}