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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=52",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 53,
    "results": [
        {
            "start": 942733132,
            "stop": 942733712
        },
        {
            "start": 942734213,
            "stop": 942734829
        },
        {
            "start": 942735307,
            "stop": 942735616
        },
        {
            "start": 942736026,
            "stop": 942736804
        },
        {
            "start": 942737722,
            "stop": 942737993
        },
        {
            "start": 942738436,
            "stop": 942739030
        },
        {
            "start": 942739548,
            "stop": 942740011
        },
        {
            "start": 942740527,
            "stop": 942741280
        },
        {
            "start": 942741813,
            "stop": 942742447
        },
        {
            "start": 942743020,
            "stop": 942743513
        },
        {
            "start": 942744004,
            "stop": 942744551
        },
        {
            "start": 942745151,
            "stop": 942745714
        },
        {
            "start": 942746197,
            "stop": 942746201
        },
        {
            "start": 942746283,
            "stop": 942746301
        },
        {
            "start": 942746388,
            "stop": 942746396
        },
        {
            "start": 942746550,
            "stop": 942746637
        },
        {
            "start": 942747242,
            "stop": 942747992
        },
        {
            "start": 942748704,
            "stop": 942749083
        },
        {
            "start": 942751260,
            "stop": 942751625
        },
        {
            "start": 942754534,
            "stop": 942754722
        }
    ]
}