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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=49",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 50,
    "results": [
        {
            "start": 942666779,
            "stop": 942667339
        },
        {
            "start": 942668904,
            "stop": 942669280
        },
        {
            "start": 942721520,
            "stop": 942721607
        },
        {
            "start": 942723456,
            "stop": 942725293
        },
        {
            "start": 942726791,
            "stop": 942728732
        },
        {
            "start": 942729786,
            "stop": 942730805
        },
        {
            "start": 942731600,
            "stop": 942732249
        },
        {
            "start": 942733132,
            "stop": 942733607
        },
        {
            "start": 942734213,
            "stop": 942734724
        },
        {
            "start": 942735307,
            "stop": 942735511
        },
        {
            "start": 942736026,
            "stop": 942736699
        },
        {
            "start": 942737722,
            "stop": 942737888
        },
        {
            "start": 942738436,
            "stop": 942738925
        },
        {
            "start": 942739548,
            "stop": 942739906
        },
        {
            "start": 942740527,
            "stop": 942741175
        },
        {
            "start": 942741813,
            "stop": 942742342
        },
        {
            "start": 942743020,
            "stop": 942743408
        },
        {
            "start": 942744004,
            "stop": 942744446
        },
        {
            "start": 942745151,
            "stop": 942745609
        },
        {
            "start": 942746197,
            "stop": 942746201
        }
    ]
}