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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=98",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 99,
    "results": [
        {
            "start": 931090290,
            "stop": 931090292
        },
        {
            "start": 931090295,
            "stop": 931090296
        },
        {
            "start": 931090297,
            "stop": 931090304
        },
        {
            "start": 931090305,
            "stop": 931090309
        },
        {
            "start": 931090312,
            "stop": 931090320
        },
        {
            "start": 931090321,
            "stop": 931090337
        },
        {
            "start": 931090341,
            "stop": 931090347
        },
        {
            "start": 931090349,
            "stop": 931090355
        },
        {
            "start": 931090358,
            "stop": 931090360
        },
        {
            "start": 931090361,
            "stop": 931090363
        },
        {
            "start": 931090364,
            "stop": 931090370
        },
        {
            "start": 931091957,
            "stop": 931091962
        },
        {
            "start": 931091966,
            "stop": 931091967
        },
        {
            "start": 931091971,
            "stop": 931091972
        },
        {
            "start": 931091974,
            "stop": 931091976
        },
        {
            "start": 931091977,
            "stop": 931091979
        },
        {
            "start": 931091980,
            "stop": 931091981
        },
        {
            "start": 931091982,
            "stop": 931091990
        },
        {
            "start": 931091993,
            "stop": 931092000
        },
        {
            "start": 931092006,
            "stop": 931092007
        }
    ]
}